How can I be notified whenever any application delivers or activates an NSUserNotification
?
- Neither could I determine anything that is sent via
NSDistributedNotificationCenter
, - nor could I find a mask like
NSUserNotificationDeliveredMask
[dummy name] I could register a global[NSEvent addGlobalMonitorForEventsMatchingMask]
for, - nor does there seem to be a suitable observer for the default user notification center object.
The [NSUserNotificationCenter defaultCenter]
and its delegate only notify me when my own app delivers a notification.