Call.Callback.HandoverFailureDestAppRejected 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 la aplicación para entregar la llamada a rechaza la solicitud de entrega.

[Android.Runtime.Register("HANDOVER_FAILURE_DEST_APP_REJECTED", 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 HandoverFailureDestAppRejected = 1;
[<Android.Runtime.Register("HANDOVER_FAILURE_DEST_APP_REJECTED", 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 HandoverFailureDestAppRejected : Android.Telecom.HandoverFailureReason

Valor de campo

Value = 1
Atributos

Comentarios

Motivo del error de entrega devuelto a través #onHandoverFailed(Call, int) de cuando la aplicación para entregar la llamada a rechaza la solicitud de entrega.

Se devolverá cuando Call#handoverTo(PhoneAccountHandle, int, Bundle) se llame a y el de PhoneAccountHandle destino ConnectionServicedevuelva un nullConnection de ConnectionService#onCreateOutgoingHandoverConnection(PhoneAccountHandle, ConnectionRequest).

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_DEST_APP_REJECTED.

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