Enum NotifyUrgency

The urgency level of the notification.

enum NotifyUrgency : int { ... }

Enum members

NameDescription
CRITICAL Critical urgency. Used for very important notifications.
LOW Low urgency. Used for unimportant notifications.
NORMAL Normal urgency. Used for most standard notifications.