Contents

NSNotificationDeliverImmediately

When set, the notification is delivered immediately to all observers, regardless of their suspension behavior or suspension state. When not set, allows the normal suspension behavior of notification observers to take place.

Declaration

var NSNotificationDeliverImmediately: DistributedNotificationCenter.Options { get }

See Also

Constants