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

userNotificationCenter(_:didDeliver:)

Sent to the delegate when a notification delivery date has arrived. 通知配達日付が来た時に委任先に送られます。

Declaration 宣言

optional func userNotificationCenter(_ center: NSUserNotificationCenter, 
                          didDeliver notification: NSUserNotification)

Parameters パラメータ

center

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

notification

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

Discussion 議論

This method is always called, regardless of your application state and even if you deliver the user notification yourself using deliver(_:). このメソッドは常に呼び出されます、あなたのアプリケーション状態に関係なく、そしてたとえあなたがそのユーザ通知をあなた自身でdeliver(_:)を使って配達するとしても。

This delegate method is invoked before the userNotificationCenter(_:shouldPresent:) delegate method. この委任先メソッドは、userNotificationCenter(_:shouldPresent:)委任先メソッドの前に発動されます。

See Also 参照

User Notification Delivery Information ユーザ通知配達情報