libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
notificationseverity.h
Go to the documentation of this file.
1
23#ifndef NOTIFICATIONSEVERITY_H
24#define NOTIFICATIONSEVERITY_H
25
27{
32 {
33 Informational = 0,
34 Success,
35 Warning,
36 Error
37 };
38}
39
40#endif //NOTIFICATIONSEVERITY_H
Definition notificationsenteventargs.h:31
NotificationSeverity
Severities of a notification.
Definition notificationseverity.h:32
@ Informational
An informational notification.