Running
data class Running(val preview: Preview, val phase: Phase? = null, val detection: DocumentAutoCaptureDetection? = null, val result: DocumentAutoCaptureResult? = null, escalatedValidatorIdentifiers: Set<String> = emptySet()) : UiState
Running state.
This state is active after the BaseDocumentAutoCaptureFragment.start method is called and before the process finishes.
Constructors
Link copied to clipboard
constructor(preview: Preview, phase: Phase? = null, detection: DocumentAutoCaptureDetection? = null, result: DocumentAutoCaptureResult? = null, escalatedValidatorIdentifiers: Set<String> = emptySet())