Android.Webkit.WebView.SetWebViewClient Method
Sets the WebViewClient that will receive various notifications and requests.

Syntax

[Android.Runtime.Register("setWebViewClient", "(Landroid/webkit/WebViewClient;)V", "GetSetWebViewClient_Landroid_webkit_WebViewClient_Handler")]
public virtual void SetWebViewClient (WebViewClient client)

Parameters

client
an implementation of WebViewClient

Remarks

Sets the WebViewClient that will receive various notifications and requests. This will replace the current handler.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1