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())

Properties

Link copied to clipboard

Detection information. If the process has just started and no camera image has been processed yet, this will be null.

Link copied to clipboard
val phase: Phase? = null

Current phase of the process. If the process has just started and no camera image has been processed yet, this will be null.

Link copied to clipboard

Preview information.

Link copied to clipboard

Result. If the process has not finished, this will be null.