Notification.List
-----------------

Returns list of all notification names registered.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Notification](component_Notification.md) | [3.3](newinversion33.md) | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |

MBS( "Notification.List" ) ### Parameters

none

### Result

Returns list of names.

### Description

Returns list of all notification names registered.  
### Examples

List all object IDs:

 Set Variable \[$list ; Value: MBS ( "Notification.List" ) \]  
### See also

- [Notification.Listen](NotificationListen.md)
- [Notification.Send](NotificationSend.md)
- [Notification.Unlisten](NotificationUnlisten.md)
- [UNNotification.List](UNNotificationList.md)

### Release notes

- **Version 13.1**
    - Added [WindowsUserNotification.List](https://www.mbsplugins.eu/WindowsUserNotificationList.shtml) function.
- **Version 13.0**
    - Added [UNNotification.List](https://www.mbsplugins.eu/UNNotificationList.shtml) function.

### Example Databases

- [Utility functions/Notifications/Notifications](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/Utility%20functions/Notifications/Notifications.shtml#2ScriptAnchor_)

### Blog Entries

- [MBS Filemaker Plugin, version 3.3pr1](https://www.mbsplugins.de/archive/2013-05-24/MBS_Filemaker_Plugin_version_3/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 18th August 2014 , last changed 27th August 2023

  
[NetworkInterfaces.Value](NetworkInterfacesValue.md) - [Notification.Listen](NotificationListen.md)

[HTML Version](NotificationList.shtml)