DocumentInfo

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

Information about a Document in a DocumentModel.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard