Notification.PriorityMin Field

Definition

Lowest #priority; these items might not be shown to the user except under special circumstances, such as detailed notification logs.

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

Field Value

Value = -2

Implements

Attributes

Remarks

Lowest #priority; these items might not be shown to the user except under special circumstances, such as detailed notification logs.

This member is deprecated. use NotificationManager#IMPORTANCE_MIN instead.

Java documentation for android.app.Notification.PRIORITY_MIN.

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