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
/
FullscreenContent
Fullscreen
Content
data
class
FullscreenContent
(
val
imageUrl
:
String
?
,
@
ColorInt
val
backgroundColor
:
Int
,
val
title
:
InAppText
?
,
val
message
:
InAppText
?
,
val
buttons
:
List
<
InAppButton
>
,
val
showCloseButton
:
Boolean
)
Members
Constructors
Fullscreen
Content
Link copied to clipboard
constructor
(
imageUrl
:
String
?
,
@
ColorInt
backgroundColor
:
Int
,
title
:
InAppText
?
,
message
:
InAppText
?
,
buttons
:
List
<
InAppButton
>
,
showCloseButton
:
Boolean
)
Properties
background
Color
Link copied to clipboard
val
backgroundColor
:
Int
buttons
Link copied to clipboard
val
buttons
:
List
<
InAppButton
>
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
message
Link copied to clipboard
val
message
:
InAppText
?
show
Close
Button
Link copied to clipboard
val
showCloseButton
:
Boolean
title
Link copied to clipboard
val
title
:
InAppText
?