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
/
InAppButton
In
App
Button
data
class
InAppButton
(
val
text
:
InAppText
,
@
ColorInt
val
backgroundColor
:
Int
,
@
ColorInt
val
borderColor
:
Int
,
val
cornerRadiusDp
:
Float
,
val
action
:
InAppAction
)
Members
Constructors
In
App
Button
Link copied to clipboard
constructor
(
text
:
InAppText
,
@
ColorInt
backgroundColor
:
Int
,
@
ColorInt
borderColor
:
Int
,
cornerRadiusDp
:
Float
,
action
:
InAppAction
)
Properties
action
Link copied to clipboard
val
action
:
InAppAction
background
Color
Link copied to clipboard
val
backgroundColor
:
Int
border
Color
Link copied to clipboard
val
borderColor
:
Int
corner
Radius
Dp
Link copied to clipboard
val
cornerRadiusDp
:
Float
text
Link copied to clipboard
val
text
:
InAppText