Pushwoosh Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Pushwoosh Android SDK
pushwoosh-inapp-ui
/
com.pushwoosh.inapp.ui.model
/
InAppText
In
App
Text
data
class
InAppText
(
val
text
:
String
,
@
ColorInt
val
color
:
Int
)
A piece of styled text — label plus its (required) color.
Members
Constructors
In
App
Text
Link copied to clipboard
constructor
(
text
:
String
,
@
ColorInt
color
:
Int
)
Properties
color
Link copied to clipboard
val
color
:
Int
text
Link copied to clipboard
val
text
:
String