Compartilhar via


CallLog.Calls.PresentationUnknown 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 não é especificado ou desconhecido pela rede.

[Android.Runtime.Register("PRESENTATION_UNKNOWN")]
[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 PresentationUnknown = 3;
[<Android.Runtime.Register("PRESENTATION_UNKNOWN")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.CallerPresentation enum directly instead of this field.", true)>]
val mutable PresentationUnknown : Android.Provider.CallerPresentation

Valor do campo

Value = 3
Atributos

Comentários

O número não é especificado ou desconhecido pela rede.

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

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