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