Vertical Feed Item
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>?)
Content copied to clipboard
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>?)
Content copied to clipboard
Properties
actionProducts
Link copied to clipboard
currentTime
Link copied to clipboard
previewUrl
Link copied to clipboard
verticalFeedItemComponentList
Link copied to clipboard