Event

sealed class Event

The events that can be emitted by the FlyerView.

Inheritors

Types

Link copied to clipboard
data class Sku(val sku: String) : Event

A product's click region was tapped - the SKU is emitted.

Link copied to clipboard
data class Url(val url: String) : Event