Partilhar via


DisconnectCause.VideoCallNotAllowedWhileTtyEnabled Campo

Definição

Cuidado

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

A chamada foi encerrada porque não é possível fazer uma chamada de vídeo enquanto o TTY está ativado.

[Android.Runtime.Register("VIDEO_CALL_NOT_ALLOWED_WHILE_TTY_ENABLED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallDisconnectCause enum directly instead of this field.", true)]
public const Android.Telephony.CallDisconnectCause VideoCallNotAllowedWhileTtyEnabled = 50;
[<Android.Runtime.Register("VIDEO_CALL_NOT_ALLOWED_WHILE_TTY_ENABLED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.CallDisconnectCause enum directly instead of this field.", true)>]
val mutable VideoCallNotAllowedWhileTtyEnabled : Android.Telephony.CallDisconnectCause

Valor do campo

Value = 50
Atributos

Comentários

A chamada foi encerrada porque não é possível fazer uma chamada de vídeo enquanto o TTY está ativado.

Documentação Java para android.telephony.DisconnectCause.VIDEO_CALL_NOT_ALLOWED_WHILE_TTY_ENABLED.

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

Aplica-se a