Class

NSUserNotification

A notification that can be scheduled for display in the notification center. 通知センターにおいて表示するために予定に組まれることができる通知。

Declaration 宣言

class NSUserNotification : NSObject

Overview 概要

When the system delivers a notification, information about when the notification was actually presented to the user (if at all) and other details are provided in the notification object. User applications can create NSUserNotification objects and register them with the NSUserNotificationCenter object to notify the user when an application requires attention. ユーザアプリケーションは、NSUserNotificationオブジェクトを作成して、それらをNSUserNotificationCenterオブジェクトに登録することで、アプリケーションが注意を引きつける必要がある時にユーザに通知できます。

Threading Information スレッド情報

The NSUserNotificationCenter class and the NSUserNotification class are both thread safe. NSUserNotificationCenterクラスとNSUserNotificationクラスは両方ともスレッド安全です。

Topics 話題

Display Information 表示情報

Displayed Notification Buttons 表示される通知ボタン

Delivery Timing 配達時機

Delivery Information 配達情報

User Notification Activation Method ユーザ通知活性化メソッド

User Notification User Information ユーザ通知ユーザ情報

Constants 定数

Initializers イニシャライザ

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

User Notifications ユーザ通知