CaptureFlowCoordinator
class CaptureFlowCoordinator(flowOwner: AppCompatActivity) : LifecycleObserver
Content copied to clipboard
Coordinator class that can be used to launch the Receipt Capture flow. This includes capturing receipt images, uploading the resulting images, and notifying a provided listener of flow progress.
This coordinator can be used from any AppCompatActivity.
Constructors
CaptureFlowCoordinator
Link copied to clipboard
Types
CaptureFlowListener
Link copied to clipboard
interface CaptureFlowListener
Content copied to clipboard
Functions
deactivate
Link copied to clipboard
fun deactivate()
Content copied to clipboard
launchCaptureFlow
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard