CarrierConfigManager.Ims.KeyImsSingleRegistrationRequiredBool 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 boolean flag specifying whether or not this carrier requires one IMS registration for all IMS services (MMTEL and RCS).
[Android.Runtime.Register("KEY_IMS_SINGLE_REGISTRATION_REQUIRED_BOOL", ApiSince=31)]
public const string KeyImsSingleRegistrationRequiredBool;
[<Android.Runtime.Register("KEY_IMS_SINGLE_REGISTRATION_REQUIRED_BOOL", ApiSince=31)>]
val mutable KeyImsSingleRegistrationRequiredBool : string
Field Value
- Attributes
Remarks
A boolean flag specifying whether or not this carrier requires one IMS registration for all IMS services (MMTEL and RCS).
If set to true
, the IMS Service must use one IMS registration for all IMS services. If set to false
, IMS services may use separate IMS registrations for MMTEL and RCS.
The default value for this configuration is false
.
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.