Language

EmergencyCallRouting Enum

Definition

Defines routing values for an emergency call.

public enum EmergencyCallRouting
type EmergencyCallRouting = 
Inheritance
EmergencyCallRouting

Fields

Name Value Description
Unknown 0

The framework does not indicate whether the call uses emergency or normal call routing, so the radio or IMS implementation determines the routing.

Emergency 1

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

Normal 2

The radio or IMS implementation must handle the call through normal call routing.

Remarks

These values indicate whether the radio or IMS implementation uses emergency routing, normal call routing, or determines the routing itself.

See the Android Developers reference for EmergencyNumber.

Applies to