SelfieCheck
fun SelfieCheck(modifier: Modifier = Modifier, viewModel: SelfieCheckViewModel, onVerificationComplete: () -> Unit, identityIssuer: String)
Selfie check screen content presenter. Includes live camera preview as well as dynamic user-guiding info-graphics and textual content.
Parameters
modifier
Modifier for the screen composition in the parent composable.
viewModel
Selfie check view model orchestrating the user journey.
identityIssuer
The name or identification of the inquiring identity issuer who is receiving the result of the person image verification (e.g. "Utopia Department of Motor Vehicles").