ComposeCaptureFlowCoordinator
CaptureFlowCoordinator implementation to be used in Jetpack Compose UI.
This coordinator class can be used to launch the Document Capture flow. This includes capturing document images, uploading the resulting images, and notifying a provided listener of flow progress.
This coordinator can be used from within any Composable. Please use rememberCoordinator to create this coordinator
NOTE: The com.getsensibill.core.SensibillSDK MUST be started before launching
Types
Functions
Link copied to clipboard
fun rememberCaptureLauncherForCaptureFlowResult(listener: CaptureFlowCoordinator.CaptureFlowListener): ComposeCaptureFlowCoordinator.Launcher
Composable function to be used in order to generate a capture flow launcher. The returned Launcher's Launcher.launchCaptureFlow can be called in order to actually launch the capture flow.