23#ifndef SHELLNOTIFICATIONSENTEVENTARGS_H
24#define SHELLNOTIFICATIONSENTEVENTARGS_H
NotificationSentEventArgs(const std::string &message, NotificationSeverity severity, const std::string &action="", const std::string &actionParam="")
Constructs a NotificationSentEventArgs.
const std::string & getTitle() const
Gets the title of the notification.
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="")
Constructs a ShellNotificationSentEventArgs.
Definition notificationsenteventargs.h:31
NotificationSeverity
Severities of a notification.
Definition notificationseverity.h:32