Android
androidJvm
remote-messaging-api
/
com.duckduckgo.remote.messaging.api
/
CardItem
Card
Item
data
class
CardItem
(
val
id
:
String
,
val
type
:
CardItemType
,
val
titleText
:
String
,
val
descriptionText
:
String
,
val
placeholder
:
Content.Placeholder
,
val
primaryAction
:
Action
,
val
matchingRules
:
List
<
Int
>
,
val
exclusionRules
:
List
<
Int
>
)
Members
Constructors
Card
Item
Link copied to clipboard
constructor
(
id
:
String
,
type
:
CardItemType
,
titleText
:
String
,
descriptionText
:
String
,
placeholder
:
Content.Placeholder
,
primaryAction
:
Action
,
matchingRules
:
List
<
Int
>
,
exclusionRules
:
List
<
Int
>
)
Properties
description
Text
Link copied to clipboard
val
descriptionText
:
String
exclusion
Rules
Link copied to clipboard
val
exclusionRules
:
List
<
Int
>
id
Link copied to clipboard
val
id
:
String
matching
Rules
Link copied to clipboard
val
matchingRules
:
List
<
Int
>
placeholder
Link copied to clipboard
val
placeholder
:
Content.Placeholder
primary
Action
Link copied to clipboard
val
primaryAction
:
Action
title
Text
Link copied to clipboard
val
titleText
:
String
type
Link copied to clipboard
val
type
:
CardItemType