protected class CordovaWebViewImpl.EngineClient extends java.lang.Object implements CordovaWebViewEngine.Client
| Modifier | Constructor and Description |
|---|---|
protected |
EngineClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearLoadTimeoutTimer() |
java.lang.Boolean |
onDispatchKeyEvent(android.view.KeyEvent event) |
boolean |
onNavigationAttempt(java.lang.String url) |
void |
onPageFinishedLoading(java.lang.String url) |
void |
onPageStarted(java.lang.String newUrl) |
void |
onReceivedError(int errorCode,
java.lang.String description,
java.lang.String failingUrl) |
public void clearLoadTimeoutTimer()
clearLoadTimeoutTimer in interface CordovaWebViewEngine.Clientpublic void onPageStarted(java.lang.String newUrl)
onPageStarted in interface CordovaWebViewEngine.Clientpublic void onReceivedError(int errorCode,
java.lang.String description,
java.lang.String failingUrl)
onReceivedError in interface CordovaWebViewEngine.Clientpublic void onPageFinishedLoading(java.lang.String url)
onPageFinishedLoading in interface CordovaWebViewEngine.Clientpublic java.lang.Boolean onDispatchKeyEvent(android.view.KeyEvent event)
onDispatchKeyEvent in interface CordovaWebViewEngine.Clientpublic boolean onNavigationAttempt(java.lang.String url)
onNavigationAttempt in interface CordovaWebViewEngine.Client