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

