Package-level declarations

Types

Link 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.

Link copied to clipboard
sealed class CaptureFlowState

Enum-like representing the state of an active capture flow

Link copied to clipboard

CaptureFlowCoordinator implementation to be used in Jetpack Compose UI.

Link copied to clipboard
data class PendingUploadItemData(val localId: String, val imageFile: File)

Type representing useful information about a document/receipt image that has been captured and is about to be uploaded.