EmergencyNumber Class

Definition

A parcelable class that wraps and retrieves the information of number, service category(s) and country code for a specific emergency number.

[Android.Runtime.Register("android/telephony/emergency/EmergencyNumber", ApiSince=29, DoNotGenerateAcw=true)]
public sealed class EmergencyNumber : Java.Lang.Object, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable, Java.Lang.IComparable
[<Android.Runtime.Register("android/telephony/emergency/EmergencyNumber", ApiSince=29, DoNotGenerateAcw=true)>]
type EmergencyNumber = class
    inherit Object
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
    interface IComparable
Inheritance
EmergencyNumber
Attributes
Implements

Remarks

A parcelable class that wraps and retrieves the information of number, service category(s) and country code for a specific emergency number.

Java documentation for android.telephony.emergency.EmergencyNumber.

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.

Fields

EmergencyCallRoutingEmergency
Obsolete.

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

EmergencyCallRoutingNormal
Obsolete.

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

EmergencyCallRoutingUnknown
Obsolete.

Indicated the framework does not know whether an emergency call should be placed using emergency or normal call routing.

EmergencyNumberSourceDatabase
Obsolete.

Bit-field which indicates the number is from the platform-maintained database.

EmergencyNumberSourceDefault
Obsolete.

Bit-field which indicates the number is available as default.

EmergencyNumberSourceModemConfig
Obsolete.

Bit-field which indicates the number is from the modem config.

EmergencyNumberSourceNetworkSignaling
Obsolete.

Bit-field which indicates the number is from the network signaling.

EmergencyNumberSourceSim
Obsolete.

Bit-field which indicates the number is from the sim.

EmergencyServiceCategoryAiec
Obsolete.

Bit-field that indicates Emergency Service Category for Automatically Initiated eCall (AIeC)

EmergencyServiceCategoryAmbulance
Obsolete.

Bit-field that indicates Emergency Service Category for Ambulance.

EmergencyServiceCategoryFireBrigade
Obsolete.

Bit-field that indicates Emergency Service Category for Fire Brigade.

EmergencyServiceCategoryMarineGuard
Obsolete.

Bit-field that indicates Emergency Service Category for Marine Guard.

EmergencyServiceCategoryMiec
Obsolete.

Bit-field that indicates Emergency Service Category for Manually Initiated eCall (MIeC)

EmergencyServiceCategoryMountainRescue
Obsolete.

Bit-field that indicates Emergency Service Category for Mountain Rescue.

EmergencyServiceCategoryPolice
Obsolete.

Bit-field that indicates Emergency Service Category for Police.

EmergencyServiceCategoryUnspecified
Obsolete.

Emergency Service Category UNSPECIFIED (General emergency call, all categories) bit-field indicates that no specific services are associated with this emergency number; if the emergency number is specified, it has one or more defined emergency service categories.

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
CountryIso

Get the country code string (lowercase character) in ISO 3166 format of the emergency number.

Creator
EmergencyCallRouting

Returns the emergency call routing information.

EmergencyNumberSources

Returns a list of sources of the emergency number.

EmergencyServiceCategories

Returns the emergency service categories of the emergency number.

EmergencyUrns

Returns the list of emergency Uniform Resources Names (URN) of the emergency number.

Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
Mnc

Get the Mobile Network Code of the emergency number.

Number

Get the dialing number of the emergency number.

PeerReference (Inherited from Object)
ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)
ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

(Inherited from Object)

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
CompareTo(EmergencyNumber)

Compare the display priority for this emergency number and the supplied emergency number.

DescribeContents()
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
IsFromSources(EmergencyNumberSource)

Checks if the emergency number is from the specified emergency number source(s).

IsInEmergencyServiceCategories(EmergencyServiceCategory)

Checks if the emergency number is in the supplied emergency service category(s).

JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Explicit Interface Implementations

IComparable.CompareTo(Object)
IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to