The user notification center. ユーザ通知センター。
Instance Method
インスタンスメソッド
user
userNotificationCenter(_:shouldPresent:)
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 宣言
optional func userNotificationCenter(_ center: NSUserNotificationCenter
,
shouldPresent notification: NSUserNotification
) -> Bool
Parameters パラメータ
center
notification
The user notification object. ユーザ通知オブジェクト。
Return Value 戻り値
true
if the user notification should be displayed regardless; false
otherwise.
true
、もしユーザ通知がそれでもなお表示されるべきならば;そうでなければfalse
。