[Android.Runtime.Register("setWebChromeClient", "(Landroid/webkit/WebChromeClient;)V", "GetSetWebChromeClient_Landroid_webkit_WebChromeClient_Handler")] public virtual voidSetWebChromeClient (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.