Document Capture Screen
fun DocumentCaptureScreen(onCloseAction: () -> Unit, documentsToCapture: List<DocumentTypeModel>, cameraToken: String, modifier: Modifier = Modifier)
Document capture feature. This will not upload any result. Set callback DocumentCaptureSdkCallback in AccountsSdk.setEventListener.
Parameters
on Close Action
Action used to close this external composable.
documents To Capture
Documents to be captured.
camera Token
Camera token.
modifier
The modifier to be applied to the layout.