ImsRegistrationAttributes.AttrVirtualForAnonymousEmergencyCall 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.
Caution
This constant will be removed in the future version. Use Android.Telephony.Ims.RegistrationAttributes enum directly instead of this field.
Attribute to specify if virtual registration is required.
[Android.Runtime.Register("ATTR_VIRTUAL_FOR_ANONYMOUS_EMERGENCY_CALL", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.RegistrationAttributes enum directly instead of this field.", true)]
public const Android.Telephony.Ims.RegistrationAttributes AttrVirtualForAnonymousEmergencyCall = 4;
[<Android.Runtime.Register("ATTR_VIRTUAL_FOR_ANONYMOUS_EMERGENCY_CALL", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.RegistrationAttributes enum directly instead of this field.", true)>]
val mutable AttrVirtualForAnonymousEmergencyCall : Android.Telephony.Ims.RegistrationAttributes
Field Value
Value = 4Implements
- Attributes
Remarks
Attribute to specify if virtual registration is required.
If emergency registration is not required for making emergency call, in such cases bit will be set and callback will represent virtual registration status update. This flag is only applicable when listening to emergency IMS registration state updates via the ImsMmTelManager#registerImsEmergencyRegistrationCallback API
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.