Compartilhar via


TelecomManager.PresentationUnavailable Campo

Definição

Cuidado

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

Indica que o endereço ou o número de uma chamada não está disponível.

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

Valor do campo

Value = 5
Atributos

Comentários

Indica que o endereço ou o número de uma chamada não está disponível.

Documentação Java para android.telecom.TelecomManager.PRESENTATION_UNAVAILABLE.

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