RendererPriority Enum

Definition

Defines binding priorities for a WebView renderer process.

public enum RendererPriority
type RendererPriority = 
Inheritance
RendererPriority

Fields

Name Value Description
Waived 0

Sets the renderer process to a waived binding priority, allowing the system to kill it under memory pressure.

Bound 1

Sets the renderer process to the medium binding priority used for service bindings without flags.

Important 2

Sets the renderer process to the highest binding priority, making it less likely to be killed under memory pressure.

Remarks

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