Android.Telephony.PhoneNumberUtils.IsLocalEmergencyNumber Method
Checks if a given number is an emergency number for the country that the user is in.

Syntax

[Android.Runtime.Register("isLocalEmergencyNumber", "(Landroid/content/Context;Ljava/lang/String;)Z", "")]
public static bool IsLocalEmergencyNumber (Android.Content.Context context, string number)

Parameters

context
the specific context which the number should be checked against
number
the number to look up.

Returns

Documentation for this section has not yet been entered.

Remarks

Checks if a given number is an emergency number for the country that the user is in.

[Android Documentation]

Requirements

Namespace: Android.Telephony
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1