DisconnectCause.ReasonEmergencyCallPlaced Field

Definition

This reason is set when a call is ended in order to place an emergency call when a PhoneAccount doesn't support holding an ongoing call to place an emergency call.

C#
[Android.Runtime.Register("REASON_EMERGENCY_CALL_PLACED", ApiSince=30)]
public const string ReasonEmergencyCallPlaced;

Field Value

Implements

Attributes

Remarks

This reason is set when a call is ended in order to place an emergency call when a PhoneAccount doesn't support holding an ongoing call to place an emergency call. This reason string should only be associated with the #LOCAL disconnect code returned from #getCode().

Java documentation for android.telecom.DisconnectCause.REASON_EMERGENCY_CALL_PLACED.

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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35