RendererPriority Enum
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.
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.