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
/
CarouselContent
Carousel
Content
data
class
CarouselContent
(
val
items
:
List
<
CarouselItem
>
,
val
showCloseButton
:
Boolean
)
Members
Constructors
Carousel
Content
Link copied to clipboard
constructor
(
items
:
List
<
CarouselItem
>
,
showCloseButton
:
Boolean
)
Properties
items
Link copied to clipboard
val
items
:
List
<
CarouselItem
>
show
Close
Button
Link copied to clipboard
val
showCloseButton
:
Boolean