AIMP Forum

AIMP for PC => Дополнения / Addons => Разработка / Development => Topic started by: cyraid on May 14, 2023, 14:01:13

Title: Toast Notification via Plugin SDK (C++)
Post by: cyraid on May 14, 2023, 14:01:13
Hi there. I was looking into the C++ SDK, and was wanting to show a toast popup notification. Is this possible to do from the SDK? Just to notify the user that there was an error, but not to open a modal dialog (using Tools::ShowLastError()). Tried using the message dispatcher but that's just for the top where you have stuff like opening, buffering, song name etc.
Title: Re: Toast Notification via Plugin SDK (C++)
Post by: Artem on May 15, 2023, 08:32:05
Refer to the AIMP_MSG_CMD_SHOW_NOTIFICATION command for the Message Dispatcher.