Idioma

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.

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

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

Aplica-se a