EmergencyNumber.EmergencyNumberSourceDatabase Field

Definition

Caution

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

Bit-field which indicates the number is from the platform-maintained database.

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

Field Value

Value = 16

Implements

Attributes

Remarks

Bit-field which indicates the number is from the platform-maintained database.

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

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