文書   >   Foundation   >   Notifications   >   NotificationQueue   >   NotificationQueue.NotificationCoalescing
構造体
NotificationQueue.NotificationCoalescing
通知の統合方法を指定する定数。
概観
これらの定数は、enqueue(_:postingStyle:coalesceMask:forModes:) メソッドによって使用されます。
トピックス
定数
static var none: NotificationQueue.NotificationCoalescing
キュー内の通知を統合しません。
static var onName: NotificationQueue.NotificationCoalescing
同じ名前の通知を統合します。
static var onSender: NotificationQueue.NotificationCoalescing
同じオブジェクトの通知を統合します。