ImagesCaptured

class ImagesCaptured(val imagesPendingUpload: List<PendingUploadItemData>) : CaptureFlowState

The images have been captured and are about to be uploaded

Constructors

Link copied to clipboard
constructor(imagesPendingUpload: List<PendingUploadItemData>)

Properties

Link copied to clipboard

A list of the images that were captured

Link copied to clipboard
open override val isFinal: Boolean = false

True if this state represents a finished capture flow, false if it is still in progress