ImsRegistrationAttributes.AttrRegistrationTypeEmergency 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 ims registration is of type normal or emergency.
[Android.Runtime.Register("ATTR_REGISTRATION_TYPE_EMERGENCY", 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 AttrRegistrationTypeEmergency = 2;
[<Android.Runtime.Register("ATTR_REGISTRATION_TYPE_EMERGENCY", 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 AttrRegistrationTypeEmergency : Android.Telephony.Ims.RegistrationAttributes
Field Value
Value = 2Implements
- Attributes
Remarks
Attribute to specify if ims registration is of type normal or emergency.
For emergency registration bit will be set. For normal registration bit will not be set. 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.