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¶
Default notification priority (normal weighting).
High¶
Notification strongly weighted to top of list; icon strongly weighted to the left.
Low¶
Notification weighted to bottom of list; icon weighted to the right.
Max¶
Same as NotificationPriority.High.
Min¶
Notification strongly weighted to bottom of list; icon hidden.