RADLib
RADical C++ application framework
RADUi::Notification Struct Reference

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...
 

Detailed Description

Toast/status notification.

Member Data Documentation

◆ actionId

std::string RADUi::Notification::actionId

Optional action id.

◆ id

uint64_t RADUi::Notification::id = 0

Stable id.

◆ message

std::string RADUi::Notification::message

Body text.

◆ severity

NotificationSeverity RADUi::Notification::severity = NotificationSeverity::Info

Severity.

◆ timeoutMs

int RADUi::Notification::timeoutMs = 4000

Timeout in milliseconds; 0 means persistent.

◆ title

std::string RADUi::Notification::title

Title text.


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