Enumeration: NSPostingStyle
Overview
These constants specify when notifications are posted.
Constant Summary
- NSPostASAP
The notification is posted at the end of the current notification callout or timer.available in ios 2.0 and later.declared in nsnotificationqueue.h.
- NSPostWhenIdle
The notification is posted when the run loop is idle.available in ios 2.0 and later.declared in nsnotificationqueue.h.
- NSPostNow
The notification is posted immediately after coalescing. available in ios 2.0 and later.declared in nsnotificationqueue.h.