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

deliverNotification:

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

Declaration 宣言

- (void)deliverNotification:(NSUserNotification *)notification;

Parameters パラメータ

notification

The user notification. ユーザ通知。

Discussion 議論

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

See Also 参照

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

Related Documentation 関連文書