Open ClassFoundation5.9.0
NotificationQueue
class NotificationQueue
Superclasses
class NSObject
The root class of most Foundation class hierarchies.
Citizens in Foundation
Conformances
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol NSObjectProtocol
The
NSObjectProtocol
groups methods that are fundamental to all Foundation objects.
Members
init(notificationCenter: NotificationCenter
) class var `default`: NotificationQueue
func dequeueNotifications(matching: Notification, coalesceMask: NotificationQueue.NotificationCoalescing
) func enqueue(Notification, postingStyle: NotificationQueue.PostingStyle
) func enqueue(Notification, postingStyle: NotificationQueue.PostingStyle, coalesceMask: NotificationQueue.NotificationCoalescing, forModes: [RunLoop.Mode]?
) struct NotificationCoalescing
enum PostingStyle