Methods
| Modifier and Type |
Method and Description |
Bitmap |
getDefaultVideoPoster() |
View |
getVideoLoadingProgressView() |
void |
getVisitedHistory(ValueCallback<String[]> callback) |
void |
onCloseWindow(WebView window) |
boolean |
onConsoleMessage(ConsoleMessage consoleMessage) |
void |
onConsoleMessage(String message,
int lineNumber,
String sourceID)
Deprecated.
|
boolean |
onCreateWindow(WebView view,
boolean isDialog,
boolean isUserGesture,
Message resultMsg) |
void |
onExceededDatabaseQuota(String url,
String databaseIdentifier,
long quota,
long estimatedDatabaseSize,
long totalQuota,
WebStorage.QuotaUpdater quotaUpdater) |
void |
onGeolocationPermissionsHidePrompt() |
void |
onGeolocationPermissionsShowPrompt(String origin,
GeolocationPermissions.Callback callback) |
void |
onHideCustomView() |
boolean |
onJsAlert(WebView view,
String url,
String message,
JsResult result) |
boolean |
onJsBeforeUnload(WebView view,
String url,
String message,
JsResult result) |
boolean |
onJsConfirm(WebView view,
String url,
String message,
JsResult result) |
boolean |
onJsPrompt(WebView view,
String url,
String message,
String defaultValue,
JsPromptResult result) |
boolean |
onJsTimeout() |
void |
onProgressChanged(WebView view,
int newProgress) |
void |
onReachedMaxAppCacheSize(long requiredStorage,
long quota,
WebStorage.QuotaUpdater quotaUpdater) |
void |
onReceivedIcon(WebView view,
Bitmap icon) |
void |
onReceivedTitle(WebView view,
String title) |
void |
onReceivedTouchIconUrl(WebView view,
String url,
boolean precomposed) |
void |
onRequestFocus(WebView view) |
void |
onShowCustomView(View view,
int requestedOrientation,
WebChromeClient.CustomViewCallback callback) |
void |
onShowCustomView(View view,
WebChromeClient.CustomViewCallback callback) |