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

userNotificationCenter:shouldPresentNotification:

Sent to the delegate when the user notification center has decided not to present your notification. ユーザ通知センターがあなたの通知を提示しないと決定した時に委任先に送られます。

Declaration 宣言

- (BOOL)userNotificationCenter:(NSUserNotificationCenter *)center 
     shouldPresentNotification:(NSUserNotification *)notification;

Parameters パラメータ

center

The user notification center. ユーザ通知センター。

notification

The user notification object. ユーザ通知オブジェクト。

Return Value 戻り値

YES if the user notification should be displayed regardless; NO otherwise. YES、もしユーザ通知がそれでもなお表示されるべきならば;そうでなければNO