Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WindowsUserNotification.List
Lists all IDs of notifications.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification | 13.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WindowsUserNotification.List" )
Parameters
none
Result
Returns list or error.
Description
Lists all IDs of notifications.Returns IDs for all WindowsUserNotification objects in memory. If this list is growing, you may have forgotten to call WindowsUserNotification.Release in your scripts.
See also
- UserNotification.Release
- WindowsUserNotification.Available
- WindowsUserNotification.GetGroup
- WindowsUserNotification.GetTag
- WindowsUserNotification.GetText
- WindowsUserNotification.Release
- WindowsUserNotification.SetTag
- WindowsUserNotification.SetText
- WindowsUserNotification.Setting
- WindowsUserNotification.XMLUsed
Release notes
- Version 13.1
- Added WindowsUserNotification.List function.
Blog Entries
This function is free to use.
Created 21st January 2023, last changed 21st January 2023
WindowsUserNotification.Isinitialized - WindowsUserNotification.NewNotification