Skip to content

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
);

Parameters

ctx (MTY_App *)

The MTY_App.

title (const char *)

Title of the notification.

msg (const char *)

Body of the notification.

Platform support

Windows  

See also

Module: App

Clone this wiki locally