EmergencyNumber.EmergencyUrns 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 list of emergency Uniform Resources Names (URN) of the emergency number.
public System.Collections.Generic.IList<string> EmergencyUrns { [Android.Runtime.Register("getEmergencyUrns", "()Ljava/util/List;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getEmergencyUrns", "()Ljava/util/List;", "", ApiSince=29)>]
member this.EmergencyUrns : System.Collections.Generic.IList<string>
Property Value
list of emergency Uniform Resources Names (URN) or an empty list if the emergency number does not have a specified emergency Uniform Resource Name.
- Attributes
Remarks
Returns the list of emergency Uniform Resources Names (URN) of the emergency number.
For example, urn:service:sos
is the generic URN for contacting emergency services of all type.
Reference: 3gpp 24.503, Section 5.1.6.8.1 - General; RFC 5031
Java documentation for android.telephony.emergency.EmergencyNumber.getEmergencyUrns()
.
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.