public interface StartNavigationCallback extends NavigationSyncCallback<StartNavigationCallback.Params,StartNavigationCallback.Response>
Use the StartNavigationCallback.Response.start()
method to allow navigation start.
Use the StartNavigationCallback.Response.ignore()
method to ignore navigation request.
Important: the engine will be blocked until you return control from the callback.
If the callback throws an exception, the StartNavigationCallback.Response.start()
method will be invoked.
Modifier and Type | Interface and Description |
---|---|
static interface |
StartNavigationCallback.Params
The parameters of the
StartNavigationCallback . |
static interface |
StartNavigationCallback.Response
A response for
StartNavigationCallback . |
on