Share via


CallLog.Calls.PriorityUrgent Field

Definition

Caution

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

Used as a value in the #PRIORITY column.

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

Field Value

Value = 1
Attributes

Remarks

Used as a value in the #PRIORITY column.

Indicates that the call is of urgent priority.

Java documentation for android.provider.CallLog.Calls.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