Enum Importance
The level of interruption of this notification channel. The importance of a notification is used to determine how much the notification should interrupt the user (visually and audibly). The higher the importance of a notification, the more interruptive the notification will be.
Namespace: Unity.Notifications.Android
Assembly: Unity.Notifications.Android.dll
Syntax
public enum Importance
Remarks
The exact behaviour of each importance level might vary depending on the device and OS version on devices running Android 7.1 or older.
Fields
Name | Description |
---|---|
Default | Default importance, notification is shown everywhere, makes noise, but does not intrude visually. |
High | High importance, notification is shown everywhere, makes noise and is shown on the screen. |
Low | Low importance, notification is shown everywhere, but is not intrusive. |
None | A notification with no importance: does not show in the shade. |