Protocol
NSUserNotificationCenterDelegate
An interface that enables customizing the behavior of the default notification center.
省略時の通知センターの挙動をカスタマイズ可能にするインターフェイス。
Declaration
宣言
@protocol NSUserNotificationCenterDelegate
Topics
話題
User Notification Delivery Information
ユーザ通知配達情報
User Notification Display Override
ユーザ通知表示オーバーライド
See Also
参照
User Notifications
ユーザ通知
NSUserNotification
A notification that can be scheduled for display in the notification center.
通知センターにおいて表示するために予定に組まれることができる通知。
Deprecated
非推奨
NSUserNotificationAction
An action that the user can take in response to receiving a notification.
ある通知を受け取るのに答えてユーザが取ることができる行動。
Deprecated
非推奨
NSUserNotificationCenter
An object that delivers notifications from apps to the user.
アプリからユーザに通知を配達するオブジェクト。
Deprecated
非推奨