WebView.SetWebViewClient(WebViewClient) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the WebViewClient that will receive various notifications and requests.
[Android.Runtime.Register("setWebViewClient", "(Landroid/webkit/WebViewClient;)V", "GetSetWebViewClient_Landroid_webkit_WebViewClient_Handler")]
public virtual void SetWebViewClient (Android.Webkit.WebViewClient client);
[<Android.Runtime.Register("setWebViewClient", "(Landroid/webkit/WebViewClient;)V", "GetSetWebViewClient_Landroid_webkit_WebViewClient_Handler")>]
abstract member SetWebViewClient : Android.Webkit.WebViewClient -> unit
override this.SetWebViewClient : Android.Webkit.WebViewClient -> unit
Parameters
- client
- WebViewClient
an implementation of WebViewClient
- Attributes
Remarks
Sets the WebViewClient that will receive various notifications and requests. This will replace the current handler.
Java documentation for android.webkit.WebView.setWebViewClient(android.webkit.WebViewClient)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.