onApplicationNavigationFailed


Purpose

Called either when an application without a cache manifest is being started and the URL address is not available, or when any link or reference within such application is unavailable, e.g. bacause the device is in offline mode.

It is your responsibility to handle such event.

Signature

onApplicationNavigationFailed( application, url, error )

Returns

This method does not return anything.

Parameters

Name Description Type Use
application An Application object. object required
url

The URL of the online site to which the application has failed to connect.

string required
error

An object containing the failure's code and description, related to application navigation failure.

object required

Related topics

Public API reference
addApplicationManagerListener
Legal notice | Copyright © 2015 and Confidential to Pegasystems Inc. All rights reserved. | Feedback
Advanced...