Notification.Unlisten
---------------------

Unregisters a notification handler.

| 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.Unlisten"; NotificationName ) 

**MBS**( **"Notification.Unlisten";** /\* Unregisters a notification handler. \*/  
**$NotificationName**) /\* The name of the notification.e.g. "de.mbsplugins.MyTestNotification" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| NotificationName | The name of the notification. | "de.mbsplugins.MyTestNotification" |

### Result

Returns OK or error message.

### Description

Unregisters a notification handler.  
### See also

- [Notification.List](NotificationList.md)
- [Notification.Listen](NotificationListen.md)
- [Notification.UnlistenAll](NotificationUnlistenAll.md)

### Release notes

- **Version 11.5**
    - Fixed bug in [Notification.UnlistenAll](https://www.mbsplugins.eu/NotificationUnlistenAll.shtml) not properly releasing all objects.
- **Version 8.2**
    - Fixed [Notification.UnlistenAll](http://www.mbsplugins.eu/NotificationUnlistenAll.shtml).
- **Version 7.2**
    - Added [Notification.UnlistenAll](http://www.mbsplugins.eu/NotificationUnlistenAll.shtml).

### 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 18th August 2014

  
[Notification.SendDirect](NotificationSendDirect.md) - [Notification.UnlistenAll](NotificationUnlistenAll.md)

[HTML Version](NotificationUnlisten.shtml)