libnick 2025.7.3
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
appnotification.h
Go to the documentation of this file.
1#ifndef APPNOTIFICATION_H
2#define APPNOTIFICATION_H
3
4#include "events/event.h"
6
20
21#endif //APPNOTIFICATION_H
An event that can have handlers subscribe to it, which in turn will be called when the event is invok...
Definition event.h:49
An event argument for when a notification is sent.
Definition notificationsenteventargs.h:36
Definition appnotification.h:8
void send(const NotificationSentEventArgs &args)
Sends a notification to the app.
Events::Event< NotificationSentEventArgs > & sent()
Gets the event for when an app notification is sent.