Salesforce Marketing Cloud Unified SDK
Toggle table of contents
11.0.0
Select version
11.0.0
10.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Salesforce Marketing Cloud Unified SDK
Push Models Module v1.0.2
/
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
?
text
Link copied to clipboard
val
text
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String