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