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

deliver(_:)

Deliver the specified user notification. 指定されたユーザ通知を配達します。

Declaration 宣言

func deliver(_ notification: NSUserNotification)

Parameters パラメータ

notification

The user notification. ユーザ通知。

Discussion 議論

The notification will be presented to the user (subject to the user’s preferences). The isPresented property of the NSUserNotification object will always be set to true if a notification is delivered using this method. 通知は、ユーザに提示されるでしょう(ユーザのもつ環境設定の影響を受けます)。NSUserNotificationオブジェクトのisPresentedプロパティは、常にtrueに設定されるでしょう、もし通知がこのメソッドを使って配達されるならば。

See Also 参照

Managing the Delivered Notifications 配達された通知を管理する

Related Documentation 関連文書