Class

NSUserNotificationAction

An action that the user can take in response to receiving a notification. ある通知を受け取るのに答えてユーザが取ることができる行動。

Declaration 宣言

class NSUserNotificationAction : NSObject

Overview 概要

User notifications can specify one or more actions to show to the user by using the additionalActivationAction or additionalActions properties. NSUserNotificationAction objects contain the localized title shown to the user and an identifier used to differentiate between presented actions. ユーザ通知は、1つ以上のアクションを指定してユーザに表示することがadditionalActivationActionまたはadditionalActionsプロパティを使うことで可能です。NSUserNotificationActionオブジェクトは、ユーザに表示されるローカライズされたタイトルと提示されたアクションを区別するのに使われる識別子を含みます。

Topics 話題

Creating User Notification Actions ユーザ通知アクションを作成する

Getting the Identifier and Title 識別子とタイトルを取得する

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

User Notifications ユーザ通知