WebViewRenderProcess
abstract class WebViewRenderProcess
WebViewRenderProcess provides an opaque handle to a WebView renderer.
Summary
Public constructors |
|---|
Public constructors
Public functions
terminate
abstract fun terminate(): Boolean
Cause this renderer to terminate.
Calling this on a not yet started, or an already terminated renderer will have no effect.
Terminating a renderer process may have an effect on multiple android.webkit.WebView instances.
RenderProcess termination must be handled by properly overriding onRenderProcessGone for every WebView that shares this renderer. If termination is not handled by all associated WebViews, then the application process will also be terminated.
This method should only be called if isFeatureSupported returns true for WEB_VIEW_RENDERER_TERMINATE.
| Returns | |
|---|---|
Boolean |
|