DocumentInfo
data class DocumentInfo(val document: Document, val cardArt: ImageBitmap, val credentialInfos: List<CredentialInfo>)
Information about a Document in a DocumentModel.
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