Share via


CallLog.Calls.Priority Field

Definition

The priority of the call, as delivered via call composer.

[Android.Runtime.Register("PRIORITY", ApiSince=31)]
public const string Priority;
[<Android.Runtime.Register("PRIORITY", ApiSince=31)>]
val mutable Priority : string

Field Value

Attributes

Remarks

The priority of the call, as delivered via call composer.

For outgoing calls, contains the priority set by the local user. For incoming calls, contains the priority set by the remote caller. If no priority was set or the call did not include call composer elements, defaults to #PRIORITY_NORMAL. Valid values are #PRIORITY_NORMAL and #PRIORITY_URGENT.

Type: INTEGER

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

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