CallLog.Calls.Priority 字段

定义

呼叫的优先级,通过呼叫撰写器传递。

[Android.Runtime.Register("PRIORITY", ApiSince=31)]
public const string Priority;
[<Android.Runtime.Register("PRIORITY", ApiSince=31)>]
val mutable Priority : string

字段值

属性

注解

呼叫的优先级,通过呼叫撰写器传递。

对于传出呼叫,包含本地用户设置的优先级。 对于传入呼叫,包含远程调用方设置的优先级。 如果未设置优先级或调用不包含调用撰写器元素,则默认为 #PRIORITY_NORMAL。 有效值为 #PRIORITY_NORMAL#PRIORITY_URGENT

类型:INTEGER

适用于 . 的 android.provider.CallLog.Calls.PRIORITYJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于