文書   >   Foundation   >   Notifications   >   NotificationQueue   >   dequeueNotifications(matching:coalesceMask:)
インスタンスメソッド
dequeueNotifications(matching:coalesceMask:)
指定された一致基準を使用して、指定された通知と一致するキューからすべての通知を削除します。
宣言
func dequeueNotifications(matching notification: Notification, coalesceMask: Int)
パラメータ
notification | 通知キューから削除すべき通知の一致に使用される通知。 |
coalesceMask | notificaton の属性とキュー内の通知の属性を一致させるときに使用する基準を示すマスク。ますくは、none 、onName、および onSender のいずれかの定数を組み合わせて作成されます。 |
以下も見よ
関連した文書
指定された通知スタイル、合体基準、および実行ループモードで、通知キューに通知を追加します。
func enqueue(Notification, postingStyle: NotificationQueue.PostingStyle)
指定した通知スタイルで通知キューに通知を追加します。