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:

prioritynotification prioritynotification 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.

priorityinterruption level

High

timeSensitive

Default

active

Low

passive

Last updated