Language

EmergencyNumberSource Enum

Definition

Defines flags that identify an emergency number's source.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum EmergencyNumberSource
[<System.Flags>]
type EmergencyNumberSource = 
Inheritance
EmergencyNumberSource
Attributes

Fields

Name Value Description
NetworkSignaling 1

The number is from network signaling.

Sim 2

The number is from the SIM.

ModemConfig 4

The number is from the modem configuration.

Default 8

The number is available by default.

Database 16

The number is from the platform-maintained database.

Remarks

Each value is a bit field that indicates a source from which an emergency number was obtained.

See the Android Developers reference for EmergencyNumber.

Applies to