Skip to content

NotificationPriority

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

NotificationPriority.defaultPriority

Default notification priority (normal weighting).

High

NotificationPriority.high

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

Low

NotificationPriority.low

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

Max

NotificationPriority.max

Same as NotificationPriority.High.

Min

NotificationPriority.min

Notification strongly weighted to bottom of list; icon hidden.