Call.Callback.HandoverFailureUnknown Campo

Definición

Precaución

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

Motivo del error de entrega devuelto a través #onHandoverFailed(Call, int) de cuando se produce un error de entrega por un motivo desconocido.

[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

Valor de campo

Value = 5
Atributos

Comentarios

Motivo del error de entrega devuelto a través #onHandoverFailed(Call, int) de cuando se produce un error de entrega por un motivo desconocido.

Para obtener más información sobre las entregas de llamadas, vea #handoverTo(PhoneAccountHandle, int, Bundle).

Java documentación para android.telecom.Call.Callback.HANDOVER_FAILURE_UNKNOWN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a