VerticalFeedItem

data class VerticalFeedItem(uniqueId: String, index: Int, title: String, name: String?, seen: Boolean, currentTime: Long?, previewUrl: String?, verticalFeedItemComponentList: List<VerticalFeedItemComponent>?, actionUrl: String?, actionProducts: List<STRProductItem>?)

This data class represents a vertical feed item inside a vertical feed group.

Constructors

VerticalFeedItem
Link copied to clipboard
fun VerticalFeedItem(uniqueId: String, index: Int, title: String, name: String?, seen: Boolean, currentTime: Long?, previewUrl: String?, verticalFeedItemComponentList: List<VerticalFeedItemComponent>?, actionUrl: String?, actionProducts: List<STRProductItem>?)

Properties

actionProducts
Link copied to clipboard
val actionProducts: List<STRProductItem>?

Related products with the vertical feed item

actionUrl
Link copied to clipboard
val actionUrl: String?

URL which the user has just interacted with

currentTime
Link copied to clipboard
val currentTime: Long?

Time of the vertical feed item that user watched

index
Link copied to clipboard
val index: Int

Index of the vertical feed item among other stories of the vertical feed group

name
Link copied to clipboard
val name: String?

Name of the vertical feed item

previewUrl
Link copied to clipboard
val previewUrl: String?

: URL of the preview image of the vertical feed item

seen
Link copied to clipboard
val seen: Boolean

State of the vertical feed item that shows whether the vertical feed item is seen or not

title
Link copied to clipboard
val title: String

Title of the vertical feed item

uniqueId
Link copied to clipboard
val uniqueId: String

ID of the vertical feed item

verticalFeedItemComponentList
Link copied to clipboard

feed itemComponentList List of vertical feed item components in the vertical feed item