Partilhar via


PhoneAccount.CapabilityVoiceCallingAvailable Campo

Definição

Cuidado

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

Sinalizador indicando que este PhoneAccount é <atualmente capaz de fazer chamadas de voz baseadas em>>< SIM, semelhante ao .#CAPABILITY_VIDEO_CALLING

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

Valor do campo

Value = 131072

Implementações

Atributos

Comentários

Sinalizador indicando que este PhoneAccount é <atualmente capaz de fazer chamadas de voz baseadas em>>< SIM, semelhante ao .#CAPABILITY_VIDEO_CALLING

Consulte também #CAPABILITY_SUPPORTS_VOICE_CALLING_INDICATIONS, que indica se o suporta a PhoneAccount realização de chamadas de voz baseadas em SIM ou não.

Para declarar essa capacidade, ela PhoneAccount também deve declarar #CAPABILITY_SIM_SUBSCRIPTION ou #CAPABILITY_CONNECTION_MANAGER e satisfazer os requisitos associados.

Documentação Java para android.telecom.PhoneAccount.CAPABILITY_VOICE_CALLING_AVAILABLE.

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