Partilhar via


CallAttributes.AudioCall Campo

Definição

Cuidado

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

Usado ao atender ou discar uma chamada para indicar que a chamada não tem um componente de vídeo

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

Valor do campo

Value = 1

Implementações

Atributos

Comentários

Usado ao atender ou discar uma chamada para indicar que a chamada não tem um componente de vídeo

Documentação Java para android.telecom.CallAttributes.AUDIO_CALL.

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