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