CarrierConfigManager.Ims.KeyEnablePresenceGroupSubscribeBool 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.
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.
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.