WebViewRenderProcessClient


public abstract class WebViewRenderProcessClient


Used to receive callbacks on WebView renderer events.

WebViewRenderProcessClient instances may be set or retrieved via setWebViewRenderProcessClient and getWebViewRenderProcessClient.

Instances may be attached to multiple WebViews, and thus a single renderer event may cause a callback to be called multiple times with different WebView parameters.

Summary

Public constructors

Public methods

abstract void

Called once when an unresponsive renderer currently associated with view becomes responsive.

abstract void

Called when the renderer currently associated with view becomes unresponsive as a result of a long running blocking task such as the execution of JavaScript.

Public constructors

WebViewRenderProcessClient

Added in 1.1.0
public WebViewRenderProcessClient()

Public methods

onRenderProcessResponsive

Added in 1.1.0
public abstract void onRenderProcessResponsive<