Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | User Notifications | MBS Win Plugin | 17.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Constant | Value | Description |
---|---|---|
DismissalReasonApplicationHidden | 1 |
The application hid the notification using hide method. |
DismissalReasonTimedOut | 2 |
The notification has expired. |
DismissalReasonUserCanceled | 0 |
The user dismissed the notification. |
Constant | Value | Description |
---|---|---|
SettingDisabledByGroupPolicy | 3 |
An administrator has disabled all notifications on this computer through group policy. The group policy setting overrides the user's setting. |
SettingDisabledByManifest | 4 |
This app has not declared itself toast capable in its package.appxmanifest file. This setting is found on the manifest's Application UI page, under the Notification section. For an app to send toast, the Toast Capable option must be set to "Yes". |
SettingDisabledForApplication | 1 |
The user has disabled notifications for this app. |
SettingDisabledForUser | 2 |
The user or administrator has disabled all notifications for this user on this computer. |
SettingEnabled | 0 |
All notifications raised by this app can be displayed. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Win Plugin.
WinUserInputStringMBS - WinUserNotificationExceptionMBS