[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/android/webkit/WebViewRenderProcess [Back]  [Original]

WebViewRenderProcess  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

WebViewRenderProcess


public abstract class WebViewRenderProcess
extends Object

java.lang.Object
   ↳ android.webkit.WebViewRenderProcess


WebViewRenderProcess provides an opaque handle to a WebView renderer.

Summary

Public constructors

WebViewRenderProcess()

Public methods

abstract boolean terminate()

Cause this renderer to terminate.

Inherited methods

Public constructors

WebViewRenderProcess

Added in API level 29
public WebViewRenderProcess ()

Public methods

terminate

Added in API level 29
public abstract boolean terminate ()

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 WebView instances.

Renderer termination must be handled by properly overriding WebViewClient.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.

Returns
boolean true if it was possible to terminate this renderer, false otherwise.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page