Edit in GitHubLog an issue

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

Copied to your clipboard
open class AepCardUIState(
open val dismissed: Boolean = false,
open val displayed: Boolean = false
)

Public Properties

PropertyTypeDescription
dismissed
Boolean
Indicates whether the card has been dismissed.
displayed
Boolean
Indicates whether the card has been displayed.
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.