CallLog.Calls.PresentationUnknown Campo

Definición

Precaución

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

La red no especifica ni desconoce el número.

[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 de campo

Value = 3
Atributos

Comentarios

La red no especifica ni desconoce el número.

Documentación de Java para android.provider.CallLog.Calls.PRESENTATION_UNKNOWN.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a