23#ifndef SHELLNOTIFICATIONSENTEVENTARGS_H 
   24#define SHELLNOTIFICATIONSENTEVENTARGS_H 
NotificationSentEventArgs(const std::string &message, NotificationSeverity severity, const std::string &action="", const std::string &actionParam="") noexcept
Constructs a NotificationSentEventArgs.
 
std::string m_title
Definition shellnotificationsenteventargs.h:52
 
ShellNotificationSentEventArgs(const std::string &title, const std::string &message, NotificationSeverity severity, const std::string &action="", const std::string &actionParam="") noexcept
Constructs a ShellNotificationSentEventArgs.
 
const std::string & getTitle() const noexcept
Gets the title of the notification.
 
Definition appnotification.h:8
 
NotificationSeverity
Severities of a notification.
Definition notificationseverity.h:32