Enumeration: NSNotificationCoalescing

Overview

These constants specify how notifications are coalesced.

Constant Summary

NSNotificationNoCoalescing

Do not coalesce notifications in the queue.available in ios 2.0 and later.declared in nsnotificationqueue.h.

NSNotificationCoalescingOnName

Coalesce notifications with the same name.available in ios 2.0 and later.declared in nsnotificationqueue.h.

NSNotificationCoalescingOnSender

Coalesce notifications with the same object.available in ios 2.0 and later.declared in nsnotificationqueue.h.