Open Classswift 6.0.3Foundation
NotificationQueue
class NotificationQueue
class NotificationQueue
import Foundation
class NSObject
The root class of most Foundation class hierarchies.
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 : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol NSObjectProtocol : AnyObject
The NSObjectProtocol
groups methods that are fundamental to all Foundation objects.
init(notificationCenter: NotificationCenter)
class var `default`: NotificationQueue { get }
func dequeueNotifications(matching notification: Notification, coalesceMask: NotificationQueue.NotificationCoalescing)
func enqueue(_ notification: Notification, postingStyle: NotificationQueue.PostingStyle)
func enqueue(_ notification: Notification, postingStyle: NotificationQueue.PostingStyle, coalesceMask: NotificationQueue.NotificationCoalescing, forModes modes: [RunLoop.Mode]?)
struct NotificationCoalescing
enum PostingStyle