PresentationMode

sealed class PresentationMode

Sealed class representing the presentation mode or priority of a notification.

This allows for fine-grained control over how notifications are displayed to the user, ranging from being completely hidden to having high or low priority.

Inheritors

Types

Link copied to clipboard

Indicates that the notification should be hidden from the user.

Link copied to clipboard

Indicates that the notification should be presented with high priority.

Link copied to clipboard

Indicates that the notification should be presented with low priority.