VerticalFeedProductCatalogComponent

@objc(VerticalFeedProductCatalogComponent)
public final class VerticalFeedProductCatalogComponent : VerticalFeedItemComponent

This class represents the ProductCatalog component.

  • action url assigned to the interactive component

    Declaration

    Swift

    @objc
    public let actionUrlList: [String]?
  • products assigned to the interactive component

    Declaration

    Swift

    @objc
    public let products: [STRProductItem]?
  • VerticalFeedProductCatalogComponent initialization

    Declaration

    Swift

    @objc
    public init(
        id: String,
        actionUrlList: [String]?,
        products: [STRProductItem]?
    )

    Parameters

    id

    Id of the interactive component

    actionUrlLList

    action url list assigned to the interactive component