Android.Webkit.WebView.SetWebChromeClient Method
Sets the chrome handler.

Syntax

[Android.Runtime.Register("setWebChromeClient", "(Landroid/webkit/WebChromeClient;)V", "GetSetWebChromeClient_Landroid_webkit_WebChromeClient_Handler")]
public virtual void SetWebChromeClient (WebChromeClient client)

Parameters

client
an implementation of WebChromeClient

Remarks

Sets the chrome handler. This is an implementation of WebChromeClient for use in handling JavaScript dialogs, favicons, titles, and the progress. 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