overwolf.profile.showToastNotification
Overwolf APIs / overwolf.profile / showToastNotification
function showToastNotification(
args: ToastNotificationParams,
callback: CallbackFunction<ShowToastNotificationResult>,
): void;
Show Windows toast notification.
Parameters
| Parameter | Type | Description |
|---|---|---|
args | ToastNotificationParams | Toast notification params |
callback | CallbackFunction<ShowToastNotificationResult> | A function called with the current user, or an error. |
Returns
void