Call.Callback.HandoverFailureUnknown Field

Definition

Caution

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

Handover failure reason returned via #onHandoverFailed(Call, int) when a handover fails for an unknown reason.

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

Field Value

Value = 5
Attributes

Remarks

Handover failure reason returned via #onHandoverFailed(Call, int) when a handover fails for an unknown reason.

For more information on call handovers, see #handoverTo(PhoneAccountHandle, int, Bundle).

Java documentation for android.telecom.Call.Callback.HANDOVER_FAILURE_UNKNOWN.

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