ContactsContract.DataColumns.CarrierPresenceVtCapable Field

Definition

Indicates that the entry is Video Telephony (VT) capable on the current carrier.

[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

Field Value

Value = 1
Attributes

Remarks

Indicates that the entry is Video Telephony (VT) capable on the current carrier. An allowed bitmask of #CARRIER_PRESENCE.

This member is deprecated. Same as DataColumns#CARRIER_PRESENCE.

Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.

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.

Applies to