ContactsContract.CommonDataKinds.Phone.InterfaceConsts.CarrierPresence Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Carrier presence information.
[Android.Runtime.Register("CARRIER_PRESENCE", ApiSince=23)]
public const string CarrierPresence;
[<Android.Runtime.Register("CARRIER_PRESENCE", ApiSince=23)>]
val mutable CarrierPresence : string
Field Value
- Attributes
Remarks
Carrier presence information.
Type: INTEGER (A bitmask of CARRIER_PRESENCE_* fields)
This member is deprecated. The contacts database will only show presence information on devices where android.telephony.CarrierConfigManager#KEY_USE_RCS_PRESENCE_BOOL
is true, otherwise use android.telephony.ims.RcsUceAdapter
.
Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE
.
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.