RendererPriority 枚举

定义

定义呈现器进程的绑定优先级 WebView

public enum RendererPriority
type RendererPriority = 
继承
RendererPriority

字段

名称 说明
Waived 0

将呈现器进程设置为放弃的绑定优先级,使系统能够在内存压力下将其终止。

Bound 1

将呈现器进程设置为用于无标志的服务绑定的中等绑定优先级。

Important 2

将呈现器进程设置为最高绑定优先级,使其在内存压力下不太可能被终止。

注解

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于