AepCardUIState

Class representing the state of an Adobe Experience Platform card. This class includes the properties dismissed and displayed which are common across different card states.

Class Definition

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

Kotlin

open class AepCardUIState(
    open val dismissed: Boolean = false,
    open val displayed: Boolean = false
)

Public Properties

Property
Type
Description
dismissed
Boolean
Indicates whether the card has been dismissed.
displayed
Boolean
Indicates whether the card has been displayed.