CarrierConfigManager.Ims.KeyCapabilityTypePresenceUceIntArray 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.
This carrier supports User Capability Exchange using a presence server as defined by the framework.
[Android.Runtime.Register("KEY_CAPABILITY_TYPE_PRESENCE_UCE_INT_ARRAY", ApiSince=33)]
public const string KeyCapabilityTypePresenceUceIntArray;
[<Android.Runtime.Register("KEY_CAPABILITY_TYPE_PRESENCE_UCE_INT_ARRAY", ApiSince=33)>]
val mutable KeyCapabilityTypePresenceUceIntArray : string
Field Value
- Attributes
Remarks
This carrier supports User Capability Exchange using a presence server as defined by the framework. If set, the RcsFeature should support capability exchange using a presence server. If not set, this RcsFeature should not publish capabilities or service capability requests using 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.