init(identifier: String?, title: String?)
Creates a user notification action with a specified identifier and title.
ユーザ通知アクションをある指定された識別子とタイトルで作成します。
Deprecated 非推奨
Use the User Notifications framework instead.
Availability 有効性
Technology
class NSUserNotificationAction : NSObject
User notifications can specify one or more actions to show to the user by using the additional
or additional
properties. NSUser
objects contain the localized title shown to the user and an identifier used to differentiate between presented actions.
ユーザ通知は、1つ以上のアクションを指定してユーザに表示することがadditional
またはadditional
プロパティを使うことで可能です。NSUser
オブジェクトは、ユーザに表示されるローカライズされたタイトルと提示されたアクションを区別するのに使われる識別子を含みます。
init(identifier: String?, title: String?)
var identifier: String?
var title: String?
class NSUserNotification
class NSUserNotificationCenter
protocol NSUserNotificationCenterDelegate