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
/
StoryItem
Story
Item
data
class
StoryItem
(
val
imageUrl
:
String
?
,
val
title
:
InAppText
?
,
val
message
:
InAppText
?
,
val
buttons
:
List
<
InAppButton
>
,
val
durationMs
:
Long
)
Members
Constructors
Story
Item
Link copied to clipboard
constructor
(
imageUrl
:
String
?
,
title
:
InAppText
?
,
message
:
InAppText
?
,
buttons
:
List
<
InAppButton
>
,
durationMs
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
buttons
Link copied to clipboard
val
buttons
:
List
<
InAppButton
>
duration
Ms
Link copied to clipboard
val
durationMs
:
Long
image
Url
Link copied to clipboard
val
imageUrl
:
String
?
message
Link copied to clipboard
val
message
:
InAppText
?
title
Link copied to clipboard
val
title
:
InAppText
?