-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_AppSendNotification
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Send a system-wide notification (toast).
A tray icon must be set via MTY_AppSetTray
for notifications to work.
void MTY_AppSendNotification(
MTY_App * ctx,
const char * title,
const char * msg
);
ctx
(MTY_App *
)
The MTY_App
.
title
(const char *
)
Title of the notification.
msg
(const char *
)
Body of the notification.