SmallImageCardUIState

data-variant=info
data-slots=text
SmallImageCardUIState is only available in AEP SDK BOM version 3.7.0+.

Class which implements AepCardUIState and represents the UI state of a Small Image template card.

Class Definition

data-slots=heading, code
data-repeat=1
data-languages=Kotlin

Kotlin

data 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.