Vertical Feed Item Swipe Component
data class VerticalFeedItemSwipeComponent(id: String, text: String, actionUrl: String?, products: List<STRProductItem>?) : VerticalFeedItemComponent
Content copied to clipboard
This data class represents the Swipe component.
Constructors
VerticalFeedItemSwipeComponent
Link copied to clipboard
fun VerticalFeedItemSwipeComponent(id: String, text: String, actionUrl: String?, products: List<STRProductItem>?)
Content copied to clipboard