Call.Details.CapabilityRemotePartySupportsRtt Campo

Definição

Cuidado

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

Indica se a parte remota oferece suporte a RTT ou não à interface do usuário.

[Android.Runtime.Register("CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapability enum directly instead of this field.", true)]
public const Android.Telecom.CallCapability CapabilityRemotePartySupportsRtt = 268435456;
[<Android.Runtime.Register("CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapability enum directly instead of this field.", true)>]
val mutable CapabilityRemotePartySupportsRtt : Android.Telecom.CallCapability

Valor do campo

Value = 268435456
Atributos

Comentários

Indica se a parte remota oferece suporte a RTT ou não à interface do usuário.

Documentação Java para android.telecom.Call.Details.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT.

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