Language

ImsRegistrationAttributes.AttrVirtualForAnonymousEmergencyCall Field

Definition

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 = 4

Implements

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

Java documentation for android.telephony.ims.ImsRegistrationAttributes.ATTR_VIRTUAL_FOR_ANONYMOUS_EMERGENCY_CALL.

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