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

userNotificationCenter(_:shouldPresent:)

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

Declaration 宣言

optional func userNotificationCenter(_ center: NSUserNotificationCenter, 
                       shouldPresent notification: NSUserNotification) -> Bool

Parameters パラメータ

center

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

notification

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

Return Value 戻り値

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