Android
androidJvm
remote-messaging-api
/
com.duckduckgo.remote.messaging.api
/
Content
/
CardsList
Cards
List
data
class
CardsList
(
val
titleText
:
String
,
val
descriptionText
:
String
,
val
placeholder
:
Content.Placeholder
,
val
primaryActionText
:
String
,
val
primaryAction
:
Action
,
val
listItems
:
List
<
CardItem
>
)
:
Content
Members
Constructors
Cards
List
Link copied to clipboard
constructor
(
titleText
:
String
,
descriptionText
:
String
,
placeholder
:
Content.Placeholder
,
primaryActionText
:
String
,
primaryAction
:
Action
,
listItems
:
List
<
CardItem
>
)
Properties
description
Text
Link copied to clipboard
val
descriptionText
:
String
list
Items
Link copied to clipboard
val
listItems
:
List
<
CardItem
>
message
Type
Link copied to clipboard
val
messageType
:
Content.MessageType
placeholder
Link copied to clipboard
val
placeholder
:
Content.Placeholder
primary
Action
Link copied to clipboard
val
primaryAction
:
Action
primary
Action
Text
Link copied to clipboard
val
primaryActionText
:
String
title
Text
Link copied to clipboard
val
titleText
:
String