Package-level declarations

Types

Link copied to clipboard
data class CredentialInfo(val credential: Credential, val claims: List<Claim>, val keyInfo: KeyInfo?, val keyInvalidated: Boolean)

Information about a single Credential inside a DocumentInfo.

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

Information about a Document in a DocumentModel.

Link copied to clipboard
class DocumentModel(val scope: CoroutineScope = CoroutineScope(Dispatchers.IO), val documentStore: DocumentStore, val documentTypeRepository: DocumentTypeRepository?)

Model that loads documents from a DocumentStore and keeps them updated.

Functions

Link copied to clipboard
fun Document.RenderCartArtWithFallback(modifier: Modifier = Modifier, size: Dp = 40.dp, forceFallback: Boolean = false)