WebView.WebViewRenderProcessClient Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.