Compartir a través de


Call.Callback.HandoverFailureNotSupported 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 inicia una entrega, pero la aplicación de origen o destino no admite la entrega.

[Android.Runtime.Register("HANDOVER_FAILURE_NOT_SUPPORTED", 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 HandoverFailureNotSupported = 2;
[<Android.Runtime.Register("HANDOVER_FAILURE_NOT_SUPPORTED", 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 HandoverFailureNotSupported : Android.Telecom.HandoverFailureReason

Valor de campo

Value = 2
Atributos

Comentarios

Motivo del error de entrega devuelto a través #onHandoverFailed(Call, int) de cuando se inicia una entrega, pero la aplicación de origen o destino no admite la entrega.

Se devolverá cuando se solicite una entrega a través #handoverTo(PhoneAccountHandle, int, Bundle) de y el destino PhoneAccountHandle no declara PhoneAccount#EXTRA_SUPPORTS_HANDOVER_TO. También se puede devolver cuando se solicita una entrega en para PhoneAccountHandle la llamada actual (es decir, la llamada de Details#getAccountHandle()origen ) no declara PhoneAccount#EXTRA_SUPPORTS_HANDOVER_FROM.

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

Documentación de Java para android.telecom.Call.Callback.HANDOVER_FAILURE_NOT_SUPPORTED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a