StoryGroupBadgeStyle

data class StoryGroupBadgeStyle(text: String?, @ColorInt textColor: Int?, @ColorInt backgroundColor: Int?, endTime: Long?, template: String?)

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

Constructors

StoryGroupBadgeStyle
Link copied to clipboard
fun StoryGroupBadgeStyle(text: String?, @ColorInt textColor: Int?, @ColorInt backgroundColor: Int?, endTime: Long?, template: String?)

Properties

backgroundColor
Link copied to clipboard
val backgroundColor: Int?

Background color value of the story group's badge

endTime
Link copied to clipboard
val endTime: Long?

End time of the badge in timestamp format

template
Link copied to clipboard
val template: String?
text
Link copied to clipboard
val text: String?

Text value of the story group's badge

textColor
Link copied to clipboard
val textColor: Int?

Text color value of the story group's badge