|
RADLib
RADical C++ application framework
|
Toast/status notification. More...
#include <RADAppKit.h>
Public Attributes | |
| uint64_t | id = 0 |
| Stable id. More... | |
| NotificationSeverity | severity = NotificationSeverity::Info |
| Severity. More... | |
| std::string | title |
| Title text. More... | |
| std::string | message |
| Body text. More... | |
| std::string | actionId |
| Optional action id. More... | |
| int | timeoutMs = 4000 |
| Timeout in milliseconds; 0 means persistent. More... | |
Toast/status notification.
| std::string RADUi::Notification::actionId |
Optional action id.
| uint64_t RADUi::Notification::id = 0 |
Stable id.
| std::string RADUi::Notification::message |
Body text.
| NotificationSeverity RADUi::Notification::severity = NotificationSeverity::Info |
Severity.
| int RADUi::Notification::timeoutMs = 4000 |
Timeout in milliseconds; 0 means persistent.
| std::string RADUi::Notification::title |
Title text.