CallLog.Calls.PriorityNormal 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_NORMAL", 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 PriorityNormal = 0;
[<Android.Runtime.Register("PRIORITY_NORMAL", 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 PriorityNormal : Android.Provider.CallPriority

Field Value

Value = 0
Attributes

Remarks

Used as a value in the #PRIORITY column.

Indicates that the call is of normal priority. This is also the default value for calls that did not include call composer elements.

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

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