libnick 2025.9.1
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
shellnotification.h
Go to the documentation of this file.
1
22
23#ifndef SHELLNOTIFICATION_H
24#define SHELLNOTIFICATION_H
25
26#include <string>
27#include "app/appinfo.h"
29
31{
45 void send(const ShellNotificationSentEventArgs& e, const App::AppInfo& info, const std::string& openText = "") noexcept;
46}
47
48#endif //SHELLNOTIFICATION_H
A model for the information about an application.
Definition appinfo.h:37
An event argument for when a shell notification is sent.
Definition shellnotificationsenteventargs.h:34
Definition shellnotification.h:31
void send(const ShellNotificationSentEventArgs &e, const App::AppInfo &info, const std::string &openText="") noexcept
Sends a notification to the desktop.