Android.Webkit.WebViewClient: Method Members

The methods of Android.Webkit.WebViewClient are listed below. For a list of all members, see the WebViewClient Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

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) : WebResourceResponse
Notify the host application of a resource request and allow the application to return the data.
ShouldInterceptRequest(WebView, string) : WebResourceResponse
Notify the host application of a resource request and allow the application to return the data.
ShouldOverrideKeyEvent(WebView, Android.Views.KeyEvent) : bool
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) : bool
Give the host application a chance to take over the control when a new url is about to be loaded in the current WebView.