CarrierConfigManager.Ims.KeyEnablePresencePublishBool Field

Definition

A boolean flag specifying whether or not this carrier supports the device notifying the network of its RCS capabilities using the SIP PUBLISH procedure defined for User Capability Exchange (UCE).

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

Field Value

Attributes

Remarks

A boolean flag specifying whether or not this carrier supports the device notifying the network of its RCS capabilities using the SIP PUBLISH procedure defined for User Capability Exchange (UCE). See RCC.71, section 3 for more information.

If this key's value is set to false, the procedure for RCS contact capability exchange via SIP SUBSCRIBE/NOTIFY will also be disabled internally, and this key must also be set to false to ensure apps do not improperly think that capability exchange via SIP PUBLISH is enabled.

The default value for this key is false.

Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_ENABLE_PRESENCE_PUBLISH_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