Legacy: PopToastNotification routine - AurieFramework/YYToolkit GitHub Wiki
Homepage.
You are reading the documentation of YYToolkit Legacy (v2.x.x) - for documentation on current-gen YYTK, see theCreates a native toast notification using the Portable-File-Dialogs API.
Syntax
void PopToastNotification(
const std::string& Text,
const std::string& Caption,
int IconType
);
Example look
Parameters
Text
The body text of the toast notification.
Caption
The title text of the toast notification. On Windows 10, it is displayed bold.
IconType
Determines which icon to display along with the message
Integer Value | Icon |
---|---|
0 | Information (âšī¸) icon |
1 | Warning (â ī¸) icon |
2 | Error (â) icon |
3 | Question (â) icon |