func enqueue(Notification, postingStyle : NotificationQueue.PostingStyle, coalesceMask : NotificationQueue.NotificationCoalescing, forModes : [RunLoop.Mode]?)
Adds a notification to the notification queue with a specified posting style, criteria for coalescing, and run loop mode.
ある通知を通知キューに、指定された投函スタイル、結合する基準、そして実行ループモードで加えます。
func dequeueNotifications (matching: Notification, coalesceMask : Int)
Removes all notifications from the queue that match a provided notification using provided matching criteria.
全ての通知を、提供された合致基準を使ってある提供された通知と合致するキューから取り除きます。