DisconnectCause.ReasonEmergencyCallPlaced Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
[Android.Runtime.Register("REASON_EMERGENCY_CALL_PLACED", ApiSince=30)]
public const string ReasonEmergencyCallPlaced;
[<Android.Runtime.Register("REASON_EMERGENCY_CALL_PLACED", ApiSince=30)>]
val mutable ReasonEmergencyCallPlaced : string
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.