Share via


CallLog.Calls.NumberPresentation Field

Definition

The number presenting rules set by the network.

[Android.Runtime.Register("NUMBER_PRESENTATION")]
public const string NumberPresentation;
[<Android.Runtime.Register("NUMBER_PRESENTATION")>]
val mutable NumberPresentation : string

Field Value

Attributes

Remarks

The number presenting rules set by the network.

Allowed values: <ul> <li>#PRESENTATION_ALLOWED</li> <li>#PRESENTATION_RESTRICTED</li> <li>#PRESENTATION_UNKNOWN</li> <li>#PRESENTATION_PAYPHONE</li> <li>#PRESENTATION_UNAVAILABLE</li> </ul>

Type: INTEGER

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

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