Story
data class Story(uniqueId: String, index: Int, title: String, name: String?, seen: Boolean, currentTime: Long?, previewUrl: String?, storyComponentList: List<StoryComponent>?, actionUrl: String?, actionProducts: List<STRProductItem>?)
Content copied to clipboard
This data class represents a story inside a story group.
Constructors
Properties
actionProducts
Link copied to clipboard
currentTime
Link copied to clipboard
previewUrl
Link copied to clipboard
storyComponentList
Link copied to clipboard