Instance Property
インスタンスプロパティ
actionButtonTitle
Specifies the title of the action button displayed in the notification.
通知において表示されるアクションボタンのタイトルを指定します。
Declaration
宣言
var actionButtonTitle: String
{ get set }
Discussion
議論
This value should be localized as it is presented to the user. The string is truncated to a length appropriate for display and the property is modified to reflect the truncation.
この値は、それがユーザに提示されるときローカライズされるべきです。文字列は、表示に適した長さに切り詰められます、そしてプロパティはその切り詰めを反映するよう修正されます。
See Also
参照
Displayed Notification Buttons
表示される通知ボタン
var hasActionButton: Bool
A Boolean value that specifies whether the notification displays an action button.
通知がアクションボタンを表示するかどうかを指定するブール値。
Deprecated
非推奨
var otherButtonTitle: String
Specifies a custom title for the close button in an alert-style notification.
警告形式通知におけるクローズボタンのカスタムタイトルを指定します。
Deprecated
非推奨
var hasReplyButton: Bool
A Boolean value that specifies whether the notification displays a reply button.
通知がリプレイボタンを表示するかどうかを指定するブール値。
Deprecated
非推奨