ImagesCaptured

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

The images have been captured and are about to be uploaded

Constructors

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

Properties

imagesPendingUpload
Link copied to clipboard
val imagesPendingUpload: List<PendingUploadItemData>
A list of the images that were captured
isFinal
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