ImsReasonInfo.CodeSipAlternateEmergencyCall Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.

Call failed due to SIP code 380 (Alternative Service response) while dialing an "undetected emergency number".

[Android.Runtime.Register("CODE_SIP_ALTERNATE_EMERGENCY_CALL", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.", true)]
public const Android.Telephony.Ims.ImsReasonInfoCode CodeSipAlternateEmergencyCall = 1514;
[<Android.Runtime.Register("CODE_SIP_ALTERNATE_EMERGENCY_CALL", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsReasonInfoCode enum directly instead of this field.", true)>]
val mutable CodeSipAlternateEmergencyCall : Android.Telephony.Ims.ImsReasonInfoCode

Field Value

Value = 1514

Implements

Attributes

Remarks

Call failed due to SIP code 380 (Alternative Service response) while dialing an "undetected emergency number". This scenario is important in some regions where the carrier network will identify other non-emergency help numbers (e.g. mountain rescue) when attempting to dial.

Java documentation for android.telephony.ims.ImsReasonInfo.CODE_SIP_ALTERNATE_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