CarrierConfigManager.Ims.KeyRcsRequiresProvisioningBundle Field

Definition

A bundle which specifies the RCS capability and registration technology that requires provisioning.

[Android.Runtime.Register("KEY_RCS_REQUIRES_PROVISIONING_BUNDLE", ApiSince=33)]
public const string KeyRcsRequiresProvisioningBundle;
[<Android.Runtime.Register("KEY_RCS_REQUIRES_PROVISIONING_BUNDLE", ApiSince=33)>]
val mutable KeyRcsRequiresProvisioningBundle : string

Field Value

Attributes

Remarks

A bundle which specifies the RCS capability and registration technology that requires provisioning. If a tuple is not present, the framework will not require that the tuple requires provisioning before enabling the capability.

Possible keys in this bundle are <ul> <li>#KEY_CAPABILITY_TYPE_OPTIONS_UCE_INT_ARRAY</li> <li>#KEY_CAPABILITY_TYPE_PRESENCE_UCE_INT_ARRAY</li> </ul>

The values are defined in ImsRegistrationImplBase.ImsRegistrationTech

Java documentation for android.telephony.CarrierConfigManager.Ims.KEY_RCS_REQUIRES_PROVISIONING_BUNDLE.

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