The members of Android.Webkit.WebViewClient are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DoUpdateVisitedHistory(WebView, string, bool)Notify the host application to update its visited links database. | ||
OnFormResubmission(WebView, Android.OS.Message, Android.OS.Message)As the host application if the browser should resend data as the requested page was a result of a POST. | ||
OnLoadResource(WebView, string)Notify the host application that the WebView will load the resource specified by the given url. | ||
OnPageFinished(WebView, string)Notify the host application that a page has finished loading. | ||
OnPageStarted(WebView, string, Android.Graphics.Bitmap)Notify the host application that a page has started loading. | ||
OnReceivedClientCertRequest(WebView, ClientCertRequest)Notify the host application to handle a SSL client certificate request. | ||
OnReceivedError(WebView, ClientError, string, string)Report an error to the host application. | ||
OnReceivedHttpAuthRequest(WebView, HttpAuthHandler, string, string)Notifies the host application that the WebView received an HTTP authentication request. | ||
OnReceivedLoginRequest(WebView, string, string, string)Notify the host application that a request to automatically log in the user has been processed. | ||
OnReceivedSslError(WebView, SslErrorHandler, Android.Net.Http.SslError)Notify the host application that an SSL error occurred while loading a resource. | ||
OnScaleChanged(WebView, float, float)Notify the host application that the scale applied to the WebView has changed. | ||
OnTooManyRedirects(WebView, Android.OS.Message, Android.OS.Message)Notify the host application that there have been an excessive number of HTTP redirects. | ||
OnUnhandledInputEvent(WebView, Android.Views.InputEvent)Notify the host application that a input event was not handled by the WebView. | ||
OnUnhandledKeyEvent(WebView, Android.Views.KeyEvent)Notify the host application that a key was not handled by the WebView. | ||
ShouldInterceptRequest(WebView, IWebResourceRequest)Notify the host application of a resource request and allow the application to return the data. | ||
ShouldInterceptRequest(WebView, string)Notify the host application of a resource request and allow the application to return the data. | ||
ShouldOverrideKeyEvent(WebView, Android.Views.KeyEvent)Give the host application a chance to handle the key event synchronously. e.g. menu shortcut key events need to be filtered this way. | ||
ShouldOverrideUrlLoading(WebView, string)Give the host application a chance to take over the control when a new url is about to be loaded in the current WebView. |