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 enqueue(Notification, postingStyle : NotificationQueue.PostingStyle)
Adds a notification to the notification queue with a specified posting style.
通知を通知キューにある指定された投函形式で加えます。