EmergencyNumber.EmergencyCallRouting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the emergency call routing information.
public Android.Telephony.Emergency.EmergencyCallRouting EmergencyCallRouting { [Android.Runtime.Register("getEmergencyCallRouting", "()I", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getEmergencyCallRouting", "()I", "", ApiSince=29)>]
member this.EmergencyCallRouting : Android.Telephony.Emergency.EmergencyCallRouting
Property Value
the emergency call routing requirement
- Attributes
Remarks
Returns the emergency call routing information.
Some regions require some emergency numbers which are not routed using typical emergency call processing, but are instead placed as regular phone calls. The emergency call routing field provides information about how an emergency call will be routed when it is placed.
Java documentation for android.telephony.emergency.EmergencyNumber.getEmergencyCallRouting()
.
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.