PendingUploadItemData

data class PendingUploadItemData(localId: String, imageFile: File)

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

Constructors

PendingUploadItemData
Link copied to clipboard
fun PendingUploadItemData(localId: String, imageFile: File)

Properties

imageFile
Link copied to clipboard
val imageFile: File
The image that will be uploaded.
localId
Link copied to clipboard
val localId: String
The local database id of the receipt.