Share via


CallLog.Calls.PresentationAllowed Field

Definition

Caution

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

Number is allowed to display for caller id.

[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

Field Value

Value = 1
Attributes

Remarks

Number is allowed to display for caller id.

Java documentation for android.provider.CallLog.Calls.PRESENTATION_ALLOWED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to