WebView.WebViewRenderProcessClient Property

Definition

Gets the renderer client object associated with this WebView. -or- Sets the renderer client object associated with this WebView.

public virtual Android.Webkit.WebViewRenderProcessClient? WebViewRenderProcessClient { [Android.Runtime.Register("getWebViewRenderProcessClient", "()Landroid/webkit/WebViewRenderProcessClient;", "GetGetWebViewRenderProcessClientHandler", ApiSince=29)] get; [Android.Runtime.Register("setWebViewRenderProcessClient", "(Landroid/webkit/WebViewRenderProcessClient;)V", "GetSetWebViewRenderProcessClient_Landroid_webkit_WebViewRenderProcessClient_Handler", ApiSince=29)] set; }
[<get: Android.Runtime.Register("getWebViewRenderProcessClient", "()Landroid/webkit/WebViewRenderProcessClient;", "GetGetWebViewRenderProcessClientHandler", ApiSince=29)>]
[<set: Android.Runtime.Register("setWebViewRenderProcessClient", "(Landroid/webkit/WebViewRenderProcessClient;)V", "GetSetWebViewRenderProcessClient_Landroid_webkit_WebViewRenderProcessClient_Handler", ApiSince=29)>]
member this.WebViewRenderProcessClient : Android.Webkit.WebViewRenderProcessClient with get, set

Property Value

the WebViewRenderProcessClient object associated with this WebView, if one has been set via #setWebViewRenderProcessClient(WebViewRenderProcessClient) or null otherwise.

Attributes

Remarks

Property getter documentation:

Gets the renderer client object associated with this WebView.

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

Property setter documentation:

Sets the renderer client object associated with this WebView.

See #setWebViewRenderProcessClient(Executor,WebViewRenderProcessClient) for details.

WebViewRenderProcessClient callbacks will run on the thread that this WebView was initialized on.

Java documentation for android.webkit.WebView.setWebViewRenderProcessClient(android.webkit.WebViewRenderProcessClient).

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