VerticalFeedProductTagComponent

@objc(VerticalFeedProductTagComponent)
public final class VerticalFeedProductTagComponent : VerticalFeedItemComponent

This class represents the ProductTag component.

  • action url assigned to the interactive component

    Declaration

    Swift

    @objc
    public let actionUrl: String?
  • products assigned to the interactive component

    Declaration

    Swift

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

    Declaration

    Swift

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

    Parameters

    id

    Id of the interactive component

    actionUrl

    action url assigned to the interactive component