Idioma

Call.Callback.HandoverFailureUserRejected Campo

Definição

Cuidado

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

Motivo da falha de entrega retornado quando #onHandoverFailed(Call, int) o usuário remoto rejeita a solicitação de entrega.

[Android.Runtime.Register("HANDOVER_FAILURE_USER_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 HandoverFailureUserRejected = 3;
[<Android.Runtime.Register("HANDOVER_FAILURE_USER_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 HandoverFailureUserRejected : Android.Telecom.HandoverFailureReason

Valor do campo

Value = 3
Atributos

Comentários

Motivo da falha de entrega retornado quando #onHandoverFailed(Call, int) o usuário remoto rejeita a solicitação de entrega.

Para obter mais informações sobre as entregas de chamada, consulte #handoverTo(PhoneAccountHandle, int, Bundle).

Java documentação para android.telecom.Call.Callback.HANDOVER_FAILURE_USER_REJECTED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a