EmergencyNumber.EmergencyCallRoutingEmergency Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Emergency.EmergencyCallRouting enum directly instead of this field.

Indicates the radio or IMS implementation must handle the call through emergency routing.

[Android.Runtime.Register("EMERGENCY_CALL_ROUTING_EMERGENCY", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Emergency.EmergencyCallRouting enum directly instead of this field.", true)]
public const Android.Telephony.Emergency.EmergencyCallRouting EmergencyCallRoutingEmergency = 1;
[<Android.Runtime.Register("EMERGENCY_CALL_ROUTING_EMERGENCY", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Emergency.EmergencyCallRouting enum directly instead of this field.", true)>]
val mutable EmergencyCallRoutingEmergency : Android.Telephony.Emergency.EmergencyCallRouting

Field Value

Value = 1

Implements

Attributes

Remarks

Indicates the radio or IMS implementation must handle the call through emergency routing.

Java documentation for android.telephony.emergency.EmergencyNumber.EMERGENCY_CALL_ROUTING_EMERGENCY.

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