Aracılığıyla paylaş


Connection.PropertyNetworkIdentifiedEmergencyCall Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.

Set by the framework to indicate that the network has identified a Connection as an emergency call.

[Android.Runtime.Register("PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)]
public const Android.Telecom.ConnectionProperties PropertyNetworkIdentifiedEmergencyCall = 1024;
[<Android.Runtime.Register("PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)>]
val mutable PropertyNetworkIdentifiedEmergencyCall : Android.Telecom.ConnectionProperties

Field Value

Value = 1024
Attributes

Remarks

Set by the framework to indicate that the network has identified a Connection as an emergency call.

This is used for incoming (mobile-terminated) calls to indicate the call is from emergency services.

Java documentation for android.telecom.Connection.PROPERTY_NETWORK_IDENTIFIED_EMERGENCY_CALL.

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