toggle menu
pexip-android-sdk
0.17.0
jvm
switch theme
search in API
sdk-api
/
com.pexip.sdk.api.infinity
/
ElementResponse
/
Text
Text
@
Serializable
@
SerialName
(
value
=
"text"
)
data
class
Text
(
val
color
:
Long
,
val
text
:
String
)
:
ElementResponse
Members
Constructors
Text
Link copied to clipboard
constructor
(
color
:
Long
,
text
:
String
)
Properties
color
Link copied to clipboard
val
color
:
Long
text
Link copied to clipboard
val
text
:
String