Vertical Feed Group
data class VerticalFeedGroup(uniqueId: String, title: String, iconUrl: String?, iconVideoUrl: String?, iconVideoThumbnailUrl: String?, index: Int, seen: Boolean, feedList: List<VerticalFeedItem>, pinned: Boolean, type: VerticalFeedGroupType, style: VerticalFeedGroupStyle?, name: String?, nudge: Boolean)
Content copied to clipboard
This data class represents a vertical feed group in the Vertical Feed.
Constructors
VerticalFeedGroup
Link copied to clipboard
fun VerticalFeedGroup(uniqueId: String, title: String, iconUrl: String?, iconVideoUrl: String?, iconVideoThumbnailUrl: String?, index: Int, seen: Boolean, feedList: List<VerticalFeedItem>, pinned: Boolean, type: VerticalFeedGroupType, style: VerticalFeedGroupStyle?, name: String?, nudge: Boolean)
Content copied to clipboard
Properties
feedList
Link copied to clipboard
iconVideoThumbnailUrl
Link copied to clipboard
iconVideoUrl
Link copied to clipboard
style
Link copied to clipboard
type
Link copied to clipboard