Instance Method インスタンスメソッド

dequeueNotificationsMatching:coalesceMask:

Removes all notifications from the queue that match a provided notification using provided matching criteria. 全ての通知を、提供された合致基準を使ってある提供された通知と合致するキューから取り除きます。

Declaration 宣言

- (void)dequeueNotificationsMatching:(NSNotification *)notification 
                        coalesceMask:(NSUInteger)coalesceMask;

Parameters パラメータ

notification

The notification used for matching notifications to remove from the notification queue. 通知を照合して通知キューから取り除くことために使われる通知。

coalesceMask

A mask indicating what criteria to use when matching attributes of notification to attributes of notifications in the queue. The mask is created by combining any of the constants NSNotificationNoCoalescing, NSNotificationCoalescingOnName, and NSNotificationCoalescingOnSender. notificationの属性をキューの中の通知の属性と照合する場合に使う基準は何かを指し示しているマスク。このマスクは、定数NSNotificationNoCoalescingNSNotificationCoalescingOnName、そしてNSNotificationCoalescingOnSenderをどれでも結合することによって作成されます。

See Also 参照

Managing Notifications 通知を管理する