StoryGroupStyle

data class StoryGroupStyle(@ColorInt borderUnseenColors: List<Int>?, @ColorInt textUnseenColor: Int?, badge: StoryGroupBadgeStyle?)

This class represents a story group's style in the StorylyView.

Constructors

StoryGroupStyle
Link copied to clipboard
fun StoryGroupStyle(@ColorInt borderUnseenColors: List<Int>?, @ColorInt textUnseenColor: Int?, badge: StoryGroupBadgeStyle?)

Properties

badge
Link copied to clipboard
val badge: StoryGroupBadgeStyle?

Story Group's Borders' unseen color list of the story group

borderUnseenColors
Link copied to clipboard
val borderUnseenColors: List<Int>?
textUnseenColor
Link copied to clipboard
val textUnseenColor: Int?