VerticalFeedGroup

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)

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)

Properties

feedList
Link copied to clipboard
val feedList: List<VerticalFeedItem>

List of stories in the vertical feed group

iconUrl
Link copied to clipboard
val iconUrl: String?

URL of the vertical feed group icon image

iconVideoThumbnailUrl
Link copied to clipboard
val iconVideoThumbnailUrl: String?

URL of the vertical feed group icon video thumbnail

iconVideoUrl
Link copied to clipboard
val iconVideoUrl: String?

URL of the vertical feed group icon video url

index
Link copied to clipboard
val index: Int

Order index of the vertical feed group

name
Link copied to clipboard
val name: String?
nudge
Link copied to clipboard
val nudge: Boolean

Denotes whether vertical feed group is nudge or not

pinned
Link copied to clipboard
val pinned: Boolean

Pin status of the vertical feed group that shows whether group is pinned or not

seen
Link copied to clipboard
val seen: Boolean

State of the vertical feed group that shows whether all of the stories are seen or not

style
Link copied to clipboard
val style: VerticalFeedGroupStyle?

Style of this group

title
Link copied to clipboard
val title: String

Title of the vertical feed group

type
Link copied to clipboard
val type: VerticalFeedGroupType

Type of the vertical feed group

uniqueId
Link copied to clipboard
val uniqueId: String

ID of the vertical feed group