ImsRcsManager.CapabilityTypePresenceUce Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Ims.RcsCapabilityType enum directly instead of this field.

This carrier supports User Capability Exchange using a presence server as defined by the framework.

[Android.Runtime.Register("CAPABILITY_TYPE_PRESENCE_UCE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.RcsCapabilityType enum directly instead of this field.", true)]
public const Android.Telephony.Ims.RcsCapabilityType CapabilityTypePresenceUce = 2;
[<Android.Runtime.Register("CAPABILITY_TYPE_PRESENCE_UCE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.RcsCapabilityType enum directly instead of this field.", true)>]
val mutable CapabilityTypePresenceUce : Android.Telephony.Ims.RcsCapabilityType

Field Value

Value = 2
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.

Java documentation for android.telephony.ims.ImsRcsManager.CAPABILITY_TYPE_PRESENCE_UCE.

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