The user notification center. ユーザ通知センター。
Instance Method
インスタンスメソッド
user
userNotificationCenter:shouldPresentNotification:
Sent to the delegate when the user notification center has decided not to present your notification.
ユーザ通知センターがあなたの通知を提示しないと決定した時に委任先に送られます。
Availability 有効性
- macOS 10.8–11.0 Deprecated
Technology
- Foundation ファウンデーション
Declaration 宣言
- (BOOL)userNotificationCenter:(NSUserNotificationCenter
*)center
shouldPresentNotification:(NSUserNotification
*)notification;
Parameters パラメータ
center
notification
The user notification object. ユーザ通知オブジェクト。
Return Value 戻り値
YES
if the user notification should be displayed regardless; NO
otherwise.
YES
、もしユーザ通知がそれでもなお表示されるべきならば;そうでなければNO
。