Share via


ApnSetting.TypeEmergency Field

Definition

Caution

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

APN type for Emergency PDN.

[Android.Runtime.Register("TYPE_EMERGENCY", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.ApnType enum directly instead of this field.", true)]
public const Android.Telephony.Data.ApnType TypeEmergency = 512;
[<Android.Runtime.Register("TYPE_EMERGENCY", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Data.ApnType enum directly instead of this field.", true)>]
val mutable TypeEmergency : Android.Telephony.Data.ApnType

Field Value

Value = 512

Implements

Attributes

Remarks

APN type for Emergency PDN. This is not an IA apn, but is used for access to carrier services in an emergency call situation.

Java documentation for android.telephony.data.ApnSetting.TYPE_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