public interface ShowNetErrorPageCallback extends NavigationSyncCallback<ShowNetErrorPageCallback.Params,ShowNetErrorPageCallback.Response>
Use ShowNetErrorPageCallback.Response.show(String)
to show the custom network error page with the given HTML.
Use ShowNetErrorPageCallback.Response.showDefault()
to display the default Chromium network error page.
Important: the engine will be blocked until you return control from the callback.
Modifier and Type | Interface and Description |
---|---|
static interface |
ShowNetErrorPageCallback.Params |
static interface |
ShowNetErrorPageCallback.Response
A response for
ShowNetErrorPageCallback . |
on