Share via


CarrierConfigManager.Ims.KeyEnablePresenceGroupSubscribeBool Field

Definition

Flag indicating whether or not the carrier supports capability exchange with a list of contacts.

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

Field Value

Attributes

Remarks

Flag indicating whether or not the carrier supports capability exchange with a list of contacts. When true, the device will batch together multiple requests and construct a RLMI document in the SIP SUBSCRIBE request (see RFC 4662). If false, the request will be split up into one SIP SUBSCRIBE request per contact.

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