Instance Property
インスタンスプロパティ
hasActionButton
A Boolean value that specifies whether the notification displays an action button.
通知がアクションボタンを表示するかどうかを指定するブール値。
Declaration
宣言
var hasActionButton: Bool
{ get set }
Discussion
議論
Set to false
if the notification has no action button. This is the case for notifications that are purely for information and have no user action. The default value is true
.
通知がアクションボタンを持たないならば、false
に設定してください。これは、純粋に情報のためのものであるそしてユーザアクションを持たない通知の場合です。省略時の値は、true
です。
See Also
参照
Displayed Notification Buttons
表示される通知ボタン
var actionButtonTitle: String
Specifies the title of the action button displayed in the notification.
通知において表示されるアクションボタンのタイトルを指定します。
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
非推奨