DocumentInfo

data class DocumentInfo(val document: Document, val cardArt: ImageBitmap, val badges: List<CardBadge>, val credentialInfos: List<CredentialInfo>) : CardInfo

Information about a Document in a DocumentModel.

Constructors

Link copied to clipboard
constructor(document: Document, cardArt: ImageBitmap, badges: List<CardBadge>, credentialInfos: List<CredentialInfo>)

Properties

Link copied to clipboard
open override val badges: List<CardBadge>

badges for the document.

Link copied to clipboard
open override val cardArt: ImageBitmap

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val identifier: String

a unique identifier for this card.