Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinUserNotificationCenterMBS class.

WinUserNotificationCenterMBS.Constructor(appName as string, aumi as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method User Notifications MBS Win Plugin 17.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The constructor.

Please pass your AppUserModelID and application name.

WinUserNotificationCenterMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method User Notifications MBS Win Plugin 17.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The destructor.

WinUserNotificationCenterMBS.HideNotification(notification as WinUserNotificationMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method User Notifications MBS Win Plugin 17.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Hides a notification.

Boolean return value removed for MBS Plugins 22.2.

WinUserNotificationCenterMBS.Setting as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method User Notifications MBS Win Plugin 18.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Gets a value that tells you whether there is an app, user, or system block that prevents the display of a toast notification.

Returns Enabled value, if you can show notifications.

When toast notifications have been disabled at more than one level, this property value reflects the setting with the largest scope. Precedence is as follows, from largest scope to smallest:

DisabledByManifest
DisabledByGroupPolicy
DisabledForUser
DisabledForApplication

If toast notifications have been disabled both by the user and by group policy, this property returns DisabledByGroupPolicy.

WinUserNotificationCenterMBS.ShowNotification(notification as WinUserNotificationMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method User Notifications MBS Win Plugin 17.2 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Shows a notification.

Boolean return value removed for MBS Plugins 22.2.

Some examples using this method:

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...