NSNotificationCoalescingOnName | NSNotificationCoalescingOnSender
NSNotificationCoalescingOnName | NSNotificationCoalescingOnSender
- Subject: NSNotificationCoalescingOnName | NSNotificationCoalescingOnSender
- From: Dan Bernstein <email@hidden>
- Date: Thu, 6 Dec 2001 13:11:18 +0200
If I specify (NSNotificationCoalescingOnName |
NSNotificationCoalescingOnSender), does it coalesce more or less than
each one separately? Namely, does it mean that two notifications will be
considered similar only if they both have the same name AND the same
sender? If not, is there still a way to achieve this "minimal
coalescing" behavior?
TIA,
-- Dan Bernstein