@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
NavigationCallback |
A common interface for all navigation callbacks must extend.
|
NavigationSyncCallback<P,R> |
A common interface for all synchronous navigation callbacks must extend.
|
ShowHttpErrorPageCallback |
This callback is invoked when the engine is about to display an error web page because the web
server sends an empty HTTP response with the HTTP status code that represents an error.
|
ShowHttpErrorPageCallback.Params | |
ShowHttpErrorPageCallback.Response |
A response for
ShowHttpErrorPageCallback . |
ShowNetErrorPageCallback |
This callback is invoked when the engine is about to display a network error web page because the
required web resource cannot be loaded because of a network error.
|
ShowNetErrorPageCallback.Params | |
ShowNetErrorPageCallback.Response |
A response for
ShowNetErrorPageCallback . |
StartNavigationCallback |
This callback is invoked before the engine starts navigation to a resource.
|
StartNavigationCallback.Params |
The parameters of the
StartNavigationCallback . |
StartNavigationCallback.Response |
A response for
StartNavigationCallback . |