Initializer

init(identifier:title:)

Creates a user notification action with a specified identifier and title. ユーザ通知アクションをある指定された識別子とタイトルで作成します。

Declaration 宣言

convenience init(identifier: String?, 
           title: String?)

Parameters パラメータ

identifier

The identifier for the action. アクションに対する識別子。

title

A localized string suitable for display to the user. ユーザに表示するのに適したローカライズされた文字列。