Edit in GitHubLog an issue

SmallImageCardUIState

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

Class Definition

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

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.