static var none: NotificationQueue.NotificationCoalescing
Do not coalesce notifications in the queue.
キューの中で通知を結合しません。
static var onName : NotificationQueue.NotificationCoalescing
Coalesce notifications with the same name.
同じ名前を持つ通知を結合させます。
static var onSender : NotificationQueue.NotificationCoalescing
Coalesce notifications with the same object.
同じオブジェクトを持つ通知を結合させます。