WebView.WebChromeClient Property

Definition

Gets the chrome handler.

public virtual Android.Webkit.WebChromeClient? WebChromeClient { [Android.Runtime.Register("getWebChromeClient", "()Landroid/webkit/WebChromeClient;", "GetGetWebChromeClientHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getWebChromeClient", "()Landroid/webkit/WebChromeClient;", "GetGetWebChromeClientHandler", ApiSince=26)>]
member this.WebChromeClient : Android.Webkit.WebChromeClient

Property Value

the WebChromeClient, or null if not yet set

Attributes

Remarks

Gets the chrome handler.

Java documentation for android.webkit.WebView.getWebChromeClient().

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.

Applies to