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

Link copied to clipboard
object Companion
Link copied to clipboard
inner class Launcher

Launcher that can be used to launch the capture flow

Functions

Link copied to clipboard
open override fun getKoin(): Koin

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.