Notification.PriorityHigh Field

Definition

Higher #priority, for more important notifications or alerts.

[Android.Runtime.Register("PRIORITY_HIGH")]
public const Android.App.NotificationPriority PriorityHigh = 1;
[<Android.Runtime.Register("PRIORITY_HIGH")>]
val mutable PriorityHigh : Android.App.NotificationPriority

Field Value

Value = 1

Implements

Attributes

Remarks

Higher #priority, for more important notifications or alerts. The UI may choose to show these items larger, or at a different position in notification lists, compared with your app's #PRIORITY_DEFAULT items.

This member is deprecated. use NotificationManager#IMPORTANCE_HIGH instead.

Java documentation for android.app.Notification.PRIORITY_HIGH.

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