ImsRcsManager.CapabilityTypeOptionsUce 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 SIP OPTIONS as defined by the framework.

[Android.Runtime.Register("CAPABILITY_TYPE_OPTIONS_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 CapabilityTypeOptionsUce = 1;
[<Android.Runtime.Register("CAPABILITY_TYPE_OPTIONS_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 CapabilityTypeOptionsUce : Android.Telephony.Ims.RcsCapabilityType

Field Value

Value = 1
Attributes

Remarks

This carrier supports User Capability Exchange using SIP OPTIONS as defined by the framework. If set, the RcsFeature should support capability exchange using SIP OPTIONS. If not set, this RcsFeature should not service capability requests.

Java documentation for android.telephony.ims.ImsRcsManager.CAPABILITY_TYPE_OPTIONS_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