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
an image that represents this document to the user in the UI.
Link copied to clipboard
list of CredentialInfo
Link copied to clipboard
the Document instance as stored in the org.multipaz.document.DocumentStore
Link copied to clipboard
a unique identifier for this card.