Share via


CarrierConfigManager.Ims.KeyEnablePresenceCapabilityExchangeBool Field

Definition

Flag indicating whether or not this carrier supports the exchange of phone numbers with the carrier's RCS presence server in order to retrieve the RCS capabilities of requested contacts used in the RCS User Capability Exchange (UCE) procedure.

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

Field Value

Attributes

Remarks

Flag indicating whether or not this carrier supports the exchange of phone numbers with the carrier's RCS presence server in order to retrieve the RCS capabilities of requested contacts used in the RCS User Capability Exchange (UCE) procedure. See RCC.71, section 3 for more information.

When presence is supported, the device uses the SIP SUBSCRIBE/NOTIFY procedure internally to retrieve the requested RCS capabilities. See android.telephony.ims.RcsUceAdapter for more information on how RCS capabilities can be retrieved from the carrier's network.

Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_ENABLE_PRESENCE_CAPABILITY_EXCHANGE_BOOL.

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