My Project
|
Wraps NotificationInterface's urgency enumeration. More...
#include <unity/shell/notifications/Enums.h>
Public Types | |
enum | UrgencyEnum { Invalid = 0, UrgencyEnum::Low, UrgencyEnum::Normal, UrgencyEnum::Critical } |
NotificationInterface's urgency enumeration. More... | |
Wraps NotificationInterface's urgency enumeration.
NotificationInterface's urgency enumeration.
This determines the order in which notifications are displayed.
Enumerator | |
---|---|
Low |
Displayed last. |
Normal |
Displayed before Low, after Critical. |
Critical |
Displayed before Low and Normal. |