Platforms to show: All Mac Windows Linux Cross-Platform
WinUserNotificationMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | User Notifications | MBS Win Plugin | 17.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
- 13 properties
- property ExpiresOnReboot as Boolean
- property Group as String
- property Handle as Integer
- property Image as String
- property NotificationMirroring as Integer
- property Priority as Integer
- property RemoteId as String
- property SuppressPopup as Boolean
- property Tag as String
- property Text as String
- property XMLUsed as String
- property DataValues as Dictionary
- property Text(Index as Integer) as String
- method Create
- 4 constants
Notification Mirroring
Constant | Value | Description |
---|---|---|
NotificationMirroringAllowed | 0 |
Notification mirroring is allowed. |
NotificationMirroringDisabled | 1 |
Notification mirroring is disabled. |
Priorities
Constant | Value | Description |
---|---|---|
PriorityDefault | 0 |
The notification should have default behavior in terms of delivery and display priority during connected standby mode. |
PriorityHigh | 1 |
The notification should be treated as high priority. For desktop PCs, this means during connected standby mode the incoming notification can turn on the screen for Surface-like devices if it doesn't have a closed lid detected. |
This class has no sub classes.
Some methods using this class:
- WinUserNotificationCenterMBS.HideNotification(notification as WinUserNotificationMBS)
- WinUserNotificationCenterMBS.ShowNotification(notification as WinUserNotificationMBS)
Some events using this class:
- WinUserNotificationCenterMBS.Activated(Notification as WinUserNotificationMBS)
- WinUserNotificationCenterMBS.Dismissed(Notification as WinUserNotificationMBS, Reason as Integer)
- WinUserNotificationCenterMBS.Failed(Notification as WinUserNotificationMBS, ErrorCode as Integer)
Some examples using this class:
Blog Entries
- The Top 10 from the MBS Xojo Plugins in 2022
- Xojo 2022r4 released
- MBS Xojo Plugins, version 22.2pr3
- MBS Xojo Plugins, version 19.3pr5
- MBS Xojo Plugins, version 18.0pr7
- MBS Xojo Plugins 17.2
- MBS Xojo Plugins, version 17.2pr1
Xojo Developer Magazine
Videos
Release notes
- Version 22.2
- Added more properties for WinUserNotificationMBS class.
- Version 19.3
- Fixed problem with WinUserNotificationMBS class to show three lines in notifications.
- Version 18.0
- Changed WinUserNotificationMBS to better handle empty texts.
- Version 17.2
- Added WinUserNotificationMBS class for notifications on Windows.
The items on this page are in the following plugins: MBS Win Plugin.
WinUserNotificationExceptionMBS - WinVoiceMBS