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
Kotlin
Copied to your clipboardopen 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. |