toggle menu
Conversations Android SDK
custom
switch theme
search in API
Conversations Android SDK
/
com.twilio.conversations.content
/
ContentData
/
DataCard
/
DataCard
Data
Card
constructor
(
title
:
String
,
subtitle
:
String
?
=
null
,
media
:
List
<
String
>
=
emptyList()
,
actions
:
List
<
ContentData.Action
>
=
emptyList()
,
rawData
:
String
=
""
)