EmergencyNumber.EmergencyServiceCategories Property

Definition

Returns the emergency service categories of the emergency number.

public System.Collections.Generic.IList<Java.Lang.Integer> EmergencyServiceCategories { [Android.Runtime.Register("getEmergencyServiceCategories", "()Ljava/util/List;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getEmergencyServiceCategories", "()Ljava/util/List;", "", ApiSince=29)>]
member this.EmergencyServiceCategories : System.Collections.Generic.IList<Java.Lang.Integer>

Property Value

a list of the emergency service categories

Attributes

Remarks

Returns the emergency service categories of the emergency number.

Note: if the emergency number is in #EMERGENCY_SERVICE_CATEGORY_UNSPECIFIED, only #EMERGENCY_SERVICE_CATEGORY_UNSPECIFIED is returned and it means the number is in all categories.

Java documentation for android.telephony.emergency.EmergencyNumber.getEmergencyServiceCategories().

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