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