My Project
unity::shell::notifications::Urgency Class Reference

Wraps NotificationInterface's urgency enumeration. More...

#include <unity/shell/notifications/Enums.h>

Inheritance diagram for unity::shell::notifications::Urgency:
Collaboration diagram for unity::shell::notifications::Urgency:

Public Types

enum  UrgencyEnum { Invalid = 0, UrgencyEnum::Low, UrgencyEnum::Normal, UrgencyEnum::Critical }
 NotificationInterface's urgency enumeration. More...
 

Detailed Description

Wraps NotificationInterface's urgency enumeration.

Member Enumeration Documentation

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.


The documentation for this class was generated from the following file: