Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Show user notifications on Windows 8 or newer.
See UNNotification functions for MacOS.
Version | macOS | Windows | Linux | Server | iOS SDK |
7.2 / 13.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Item | Details |
---|---|
WindowsUserNotification.Available Queries whether available. | Win only 7.2 |
WindowsUserNotification.GetExpiresOnReboot Queries whether the toast notification will remain in the Notification Center after a reboot. | Win only 13.1 |
WindowsUserNotification.GetFileName Queries file name for trigger script. | Win only 7.2 |
WindowsUserNotification.GetGroup Gets the group identifier for the notification. | Win only 13.1 |
WindowsUserNotification.GetImagePath Queries image path. | Win only 7.2 |
WindowsUserNotification.GetNotificationMirroring Gets a value that specifies whether notification mirroring is allowed. | Win only 13.1 |
WindowsUserNotification.GetPriority Gets the priority of the toast notification. | Win only 13.1 |
WindowsUserNotification.GetRemoteId Gets a remote id. | Win only 13.1 |
WindowsUserNotification.GetScriptName Queries script name for trigger script. | Win only 7.2 |
WindowsUserNotification.GetSuppressPopup Gets whether a toast's pop-up UI is displayed on the user's screen. | Win only 13.1 |
WindowsUserNotification.GetTag Gets the unique identifier of this notification within the notification Group. | Win only 13.1 |
WindowsUserNotification.GetText Query text to show. | Win only 7.2 |
WindowsUserNotification.HideNotification Hides the notification. | Win only 7.2 |
WindowsUserNotification.Initialize Initializes notification system. | Win only 7.2 |
WindowsUserNotification.Isinitialized Queries whether windows user notifications have been initialized. | Win only 7.2 |
WindowsUserNotification.List Lists all IDs of notifications. | Win only 13.1 |
WindowsUserNotification.NewNotification Creates a new notification. | Win only 7.2 |
WindowsUserNotification.Release Releases the notification. | Win only 7.2 |
WindowsUserNotification.ReleaseAll Frees all user notifications objects. | Win only 10.5 |
WindowsUserNotification.SetExpiresOnReboot Sets whether the toast notification will remain in the Notification Center after a reboot. | Win only 13.1 |
WindowsUserNotification.SetFileName Sets the file name for script trigger. | Win only 7.2 |
WindowsUserNotification.SetGroup Sets the group identifier for the notification. | Win only 13.1 |
WindowsUserNotification.SetImagePath Sets image path for the image to show. | Win only 7.2 |
WindowsUserNotification.SetNotificationMirroring Sets a value that specifies whether notification mirroring is allowed. | Win only 13.1 |
WindowsUserNotification.SetPriority Sets the priority of the toast notification. | Win only 13.1 |
WindowsUserNotification.SetRemoteId Sets a remote id. | Win only 13.1 |
WindowsUserNotification.SetScriptName Sets the script name for script trigger. | Win only 7.2 |
WindowsUserNotification.SetSuppressPopup Sets whether a toast's pop-up UI is displayed on the user's screen. | Win only 13.1 |
WindowsUserNotification.SetTag Sets the unique identifier of this notification within the notification Group. | Win only 13.1 |
WindowsUserNotification.SetText Sets the text to show. | Win only 7.2 |
WindowsUserNotification.Setting Queries notification status. | Win only 8.3 |
WindowsUserNotification.ShowNotification Shows the notification. | Win only 7.2 |
WindowsUserNotification.XMLUsed Queries the XML template used for the notification. | Win only 7.2 |
33 functions shown.
These functions require a license (79%).