Skip to content

NotificationPriorityΒΆ

enumNotificationPriority: Enum<NotificationPriority>

Defines the priority / visibility of the Android foreground-service notification.

This affects how the notification appears in the status bar and how strongly the OS ranks it among other notifications.

Mirrors Flutter’s NotificationPriority enum.


MembersΒΆ

DEFAULTΒΆ

val DEFAULT:NotificationPriority

Default notification priority (normal weighting).

HIGHΒΆ

val HIGH:NotificationPriority

Notification strongly weighted to top of list; icon strongly weighted to the left.

LOWΒΆ

val LOW:NotificationPriority

Notification weighted to bottom of list; icon weighted to the right.

MAXΒΆ

val MAX:NotificationPriority

Same as NotificationPriority.High.

MINΒΆ

val MIN:NotificationPriority

Notification strongly weighted to bottom of list; icon hidden.