Story Group
data class StoryGroup(uniqueId: String, title: String, iconUrl: String?, iconVideoUrl: String?, iconVideoThumbnailUrl: String?, index: Int, seen: Boolean, stories: List<Story>, pinned: Boolean, type: StoryGroupType, style: StoryGroupStyle?, name: String?, nudge: Boolean)
Content copied to clipboard
This data class represents a story group in the StorylyView.
Constructors
StoryGroup
Link copied to clipboard
fun StoryGroup(uniqueId: String, title: String, iconUrl: String?, iconVideoUrl: String?, iconVideoThumbnailUrl: String?, index: Int, seen: Boolean, stories: List<Story>, pinned: Boolean, type: StoryGroupType, style: StoryGroupStyle?, name: String?, nudge: Boolean)
Content copied to clipboard
Properties
iconVideoThumbnailUrl
Link copied to clipboard
iconVideoUrl
Link copied to clipboard
style
Link copied to clipboard
type
Link copied to clipboard