SmallImageCardUIState
Class which implements AepCardUIState and represents the UI state of a Small Image template card.
Class Definition
Kotlin
Copied to your clipboarddata class SmallImageCardUIState(override val dismissed: Boolean = false,override val displayed: Boolean = false) : AepCardUIState()
Public Properties
Property | Type | Description |
---|---|---|
dismissed | Boolean | Indicates whether the card has been dismissed. |
displayed | Boolean | Indicates whether the card has been displayed. |