TelecomManager.PriorityUrgent Field

Definition

Caution

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

Indicates the call composer call priority is urgent.

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

Field Value

Value = 1
Attributes

Remarks

Indicates the call composer call priority is urgent.

Reference: RCC.20 Section 2.4.4.2

Java documentation for android.telecom.TelecomManager.PRIORITY_URGENT.

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