Partilhar via


CallLog.Calls.PresentationAllowed Campo

Definição

Cuidado

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

O número tem permissão para ser exibido para o identificador de chamadas.

[Android.Runtime.Register("PRESENTATION_ALLOWED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CallerPresentation enum directly instead of this field.", true)]
public const Android.Provider.CallerPresentation PresentationAllowed = 1;
[<Android.Runtime.Register("PRESENTATION_ALLOWED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CallerPresentation enum directly instead of this field.", true)>]
val mutable PresentationAllowed : Android.Provider.CallerPresentation

Valor do campo

Value = 1
Atributos

Comentários

O número tem permissão para ser exibido para o identificador de chamadas.

Documentação Java para android.provider.CallLog.Calls.PRESENTATION_ALLOWED.

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