ComposeCaptureFlowCoordinator

class ComposeCaptureFlowCoordinator : SensibillKoinComponent

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

Companion
Link copied to clipboard
object Companion
Launcher
Link copied to clipboard
inner class Launcher
Launcher that can be used to launch the capture flow

Functions

getKoin
Link copied to clipboard
open override fun getKoin(): Koin
Composable function to be used in order to generate a capture flow launcher.