Windows Toast Listener
7/6/26Less than 1 minute
Windows Toast Listener
@eisland/windows-toast-listener · v26.0.0
Toast notification listening and suppression via C++ N-API native addon.
Types
| Type | Description |
|---|---|
| ToastAccessStatus | Notification access status |
| ToastNotificationChangeKind | Notification change type |
Interfaces
| Interface | Description |
|---|---|
| ToastNotificationChangedEvent | Notification change event |
| ToastNotificationSnapshot | Notification data snapshot |
Functions
| Function | Description |
|---|---|
| requestAccess | Request notification access |
| getAccessStatus | Check access status |
| getNotifications | Get all current notifications |
| startListening | Start event-driven listening |
| stopListening | Stop listening |
| isListening | Check listening state |
| enableSuppression | Enable toast suppression |
| disableSuppression | Disable toast suppression |
| isSuppressionEnabled | Check suppression state |
Changelog
7/6/26, 10:37 AM
View All Changelog
4f6b6-on

