CallLog.Calls.PresentationPayphone Field

Definition

Caution

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

Number is a pay phone.

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

Field Value

Value = 4
Attributes

Remarks

Number is a pay phone.

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

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