Notification Display Priority
The notification display priority indicate how much of the user's valuable attention should be consumed by this notification. How and where the notification is displayed depends on the notification display priority.
The available priority levels and their associated behaviour differ between Android and iOS. The following tables show how the display priority is mapped to platform specific values.
Android
The display priority is mapped to either notification priority or channel importance depending on the Android version:
On Android 7.1 (API level 25) and lower, the priority is mapped to the notification priority.
On Android 8.0 (API level 26) and higher, the priority is mapped to the notification channel importance.
High
1
IMPORTANCE_HIGH
Default
0
IMPORTANCE_DEFAULT
Low
-1
IMPORTANCE_LOW
iOS
On iOS, the display priority is mapped to the interruption level.
High
timeSensitive
Default
active
Low
passive
Last updated