VerticalFeedGroupBadgeStyle

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

This class represents a vertical feed group's badge style in the Vertical Feed.

Constructors

VerticalFeedGroupBadgeStyle
Link copied to clipboard
fun VerticalFeedGroupBadgeStyle(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 vertical feed 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 vertical feed group's badge

textColor
Link copied to clipboard
val textColor: Int?

Text color value of the vertical feed group's badge