Share via


TelecomManager.PresentationUnavailable Field

Definition

Caution

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

Indicates that the address or number of a call is unavailable.

[Android.Runtime.Register("PRESENTATION_UNAVAILABLE", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.Presentation enum directly instead of this field.", true)]
public const Android.Telecom.Presentation PresentationUnavailable = 5;
[<Android.Runtime.Register("PRESENTATION_UNAVAILABLE", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.Presentation enum directly instead of this field.", true)>]
val mutable PresentationUnavailable : Android.Telecom.Presentation

Field Value

Value = 5
Attributes

Remarks

Indicates that the address or number of a call is unavailable.

Java documentation for android.telecom.TelecomManager.PRESENTATION_UNAVAILABLE.

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