1#ifndef APPNOTIFICATION_H
2#define 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.