Notification.PriorityMax Field

Definition

Highest #priority, for your application's most important items that require the user's prompt attention or input.

[Android.Runtime.Register("PRIORITY_MAX")]
public const Android.App.NotificationPriority PriorityMax = 2;
[<Android.Runtime.Register("PRIORITY_MAX")>]
val mutable PriorityMax : Android.App.NotificationPriority

Field Value

Value = 2

Implements

Attributes

Remarks

Highest #priority, for your application's most important items that require the user's prompt attention or input.

This member is deprecated. use NotificationManager#IMPORTANCE_HIGH instead.

Java documentation for android.app.Notification.PRIORITY_MAX.

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