CardInfo

interface CardInfo

Interface for information about a card to be displayed in a list.

Inheritors

Properties

Link copied to clipboard
abstract val badges: List<CardBadge>

a list of badges to display on the card.

Link copied to clipboard
abstract val cardArt: ImageBitmap

an image that represents this card to the user in the UI.

Link copied to clipboard
abstract val identifier: String

a unique identifier for this card.