The methods of Android.Webkit.WebChromeClient are listed below. For a list of all members, see the WebChromeClient Members list.
See Also: Inherited members from Java.Lang.Object
GetVisitedHistory(IValueCallback)Documentation for this section has not yet been entered. | ||
OnCloseWindow(WebView)Notify the host application to close the given WebView and remove it from the view system if necessary. | ||
OnConsoleMessage(ConsoleMessage)Report a JavaScript console message to the host application. | ||
OnConsoleMessage(string, int, string)Report a JavaScript error message to the host application. | ||
OnCreateWindow(WebView, bool, bool, Android.OS.Message)Request the host application to create a new window. | ||
OnExceededDatabaseQuota(string, string, long, long, long, WebStorage.IQuotaUpdater)Tell the client that the quota has been exceeded for the Web SQL Database API for a particular origin and request a new quota. | ||
OnGeolocationPermissionsHidePrompt()Notify the host application that a request for Geolocation permissions, made with a previous call to WebChromeClient.OnGeolocationPermissionsShowPrompt(string, .ICallback) has been canceled. | ||
OnGeolocationPermissionsShowPrompt(string, GeolocationPermissions.ICallback)Notify the host application that web content from the specified origin is attempting to use the Geolocation API, but no permission state is currently set for that origin. | ||
OnHideCustomView()Notify the host application that the current page would like to hide its custom view. | ||
OnJsAlert(WebView, string, string, JsResult)Tell the client to display a javascript alert dialog. | ||
OnJsBeforeUnload(WebView, string, string, JsResult)Tell the client to display a dialog to confirm navigation away from the current page. | ||
OnJsConfirm(WebView, string, string, JsResult)Tell the client to display a confirm dialog to the user. | ||
OnJsPrompt(WebView, string, string, string, JsPromptResult)Tell the client to display a prompt dialog to the user. | ||
OnJsTimeout()Tell the client that a JavaScript execution timeout has occured. | ||
OnPermissionRequest(PermissionRequest)Notify the host application that web content is requesting permission to access the specified resources and the permission currently isn't granted or denied. | ||
OnPermissionRequestCanceled(PermissionRequest)Notify the host application that the given permission request has been canceled. | ||
OnProgressChanged(WebView, int)Tell the host application the current progress of loading a page. | ||
OnReachedMaxAppCacheSize(long, long, WebStorage.IQuotaUpdater)Notify the host application that the Application Cache has reached the maximum size. | ||
OnReceivedIcon(WebView, Android.Graphics.Bitmap)Notify the host application of a new favicon for the current page. | ||
OnReceivedTitle(WebView, string)Notify the host application of a change in the document title. | ||
OnReceivedTouchIconUrl(WebView, string, bool)Notify the host application of the url for an apple-touch-icon. | ||
OnRequestFocus(WebView)Request display and focus for this WebView. | ||
OnShowCustomView(Android.Views.View, WebChromeClient.ICustomViewCallback)Notify the host application that the current page would like to show a custom View. | ||
OnShowCustomView(Android.Views.View, Android.Content.PM.ScreenOrientation, WebChromeClient.ICustomViewCallback)Notify the host application that the current page would like to show a custom View in a particular orientation. | ||
OnShowFileChooser(WebView, IValueCallback, WebChromeClient.FileChooserParams)Documentation for this section has not yet been entered. |