ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.CarrierPresence 字段

定义

运营商状态信息。

[Android.Runtime.Register("CARRIER_PRESENCE", ApiSince=23)]
public const string CarrierPresence;
[<Android.Runtime.Register("CARRIER_PRESENCE", ApiSince=23)>]
val mutable CarrierPresence : string

字段值

属性

注解

运营商状态信息。

类型:INTEGER(CARRIER_PRESENCE_* 字段的位掩码)

此成员已弃用。 联系人数据库将仅显示真实 android.telephony.CarrierConfigManager#KEY_USE_RCS_PRESENCE_BOOL 设备上的状态信息,否则使用 android.telephony.ims.RcsUceAdapter

适用于 . 的 android.provider.ContactsContract.DataColumns.CARRIER_PRESENCEJava 文档

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

适用于