ContactsContract.CommonDataKinds.Email.InterfaceConsts.CarrierPresenceVtCapable 字段

定义

指示该条目在当前运营商上支持视频电话(VT)。

[Android.Runtime.Register("CARRIER_PRESENCE_VT_CAPABLE", ApiSince=23)]
public const int CarrierPresenceVtCapable = 1;
[<Android.Runtime.Register("CARRIER_PRESENCE_VT_CAPABLE", ApiSince=23)>]
val mutable CarrierPresenceVtCapable : int

字段值

Value = 1
属性

注解

指示该条目在当前运营商上支持视频电话(VT)。 允许的 #CARRIER_PRESENCE位掩码 。

此成员已弃用。 与 DataColumns#CARRIER_PRESENCE 相同。

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

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

适用于