ImageOnlyCardUIState
data-variant=info
data-slots=text
ImageOnlyCardUIState is only available in AEP SDK BOM version 3.15.0+.
Class which implements AepCardUIState and represents the UI state of an image-only template card.
Class Definition
data-slots=heading, code
data-repeat=1
data-languages=Kotlin
Kotlin
data class ImageOnlyCardUIState(
override val dismissed: Boolean = false,
override val displayed: Boolean = false
) : AepCardUIState()
Public Properties
Property
Type
Description
dismissedBoolean
Indicates whether the card has been dismissed.
displayedBoolean
Indicates whether the card has been displayed.