VerticalFeedItemProductCatalogComponent

data class VerticalFeedItemProductCatalogComponent(id: String, actionUrlList: List<String?>?, products: List<STRProductItem>?) : VerticalFeedItemComponent

This data class represents the ProductCatalog component.

Constructors

VerticalFeedItemProductCatalogComponent
Link copied to clipboard
fun VerticalFeedItemProductCatalogComponent(id: String, actionUrlList: List<String?>?, products: List<STRProductItem>?)

Properties

actionUrlList
Link copied to clipboard
val actionUrlList: List<String?>?
id
Link copied to clipboard
open override val id: String

Id of the interactive component

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

products assigned to the interactive component

type
Link copied to clipboard
val type: VerticalFeedItemComponentType

Type of the interactive component