Story Swipe Component
data class StorySwipeComponent(id: String, text: String, actionUrl: String?, products: List<STRProductItem>?) : StoryComponent
Content copied to clipboard
This data class represents the Swipe component.
Constructors
StorySwipeComponent
Link copied to clipboard
fun StorySwipeComponent(id: String, text: String, actionUrl: String?, products: List<STRProductItem>?)
Content copied to clipboard