Package-level declarations

Types

Link copied to clipboard

Base class for activity used for credential presentments using URI schemes.

Functions

Link copied to clipboard
fun Presentment(modifier: Modifier = Modifier, appName: String, appIconPainter: Painter, presentmentModel: PresentmentModel, presentmentSource: PresentmentSource, documentTypeRepository: DocumentTypeRepository, onPresentmentComplete: () -> Unit, onlyShowConsentPrompt: Boolean = false, showCancelAsBack: Boolean = false)

A composable used for credential presentment.