toggle menu
Marketing Cloud SDK
androidJvm
switch theme
search in API
Push Models Module
/
com.salesforce.marketingcloud.pushmodels.data
/
Text
Text
data
class
Text
(
val
text
:
String
,
val
style
:
Style.StyleImpl
?
=
null
,
val
actions
:
List
<
Action
>
?
=
listOf()
)
:
Parcelable
,
PushView
Members
Constructors
Text
Link copied to clipboard
constructor
(
text
:
String
,
style
:
Style.StyleImpl
?
=
null
,
actions
:
List
<
Action
>
?
=
listOf()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
actions
Link copied to clipboard
open
override
val
actions
:
List
<
Action
>
?
style
Link copied to clipboard
open
override
val
style
:
Style.StyleImpl
?
=
null
text
Link copied to clipboard
val
text
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String