My Project
|
Wraps NotificationInterface's hint flags. More...
#include <unity/shell/notifications/Enums.h>
Public Types | |
enum | HintEnum { Invalid = 1 << 0, ButtonTint = 1 << 1, IconOnly = 1 << 2 } |
NotificationInterface's hint flags. More... | |
Wraps NotificationInterface's hint flags.
NotificationInterface's hint flags.
This modifies some visual and interactive behavior of the displayed notification.
Enumerator | |
---|---|
ButtonTint |
Use a colour tint on the positive button in a snap decision. |
IconOnly |
Only display the icon, no summary or body. |