Running
data class Running(val preview: Preview, val phase: Phase? = null, val detection: FingersAutoCaptureDetection? = null, val selectedFingerTypes: List<FingerDetector.Finger.Type> = emptyList(), val confirmedFingerTypes: List<FingerDetector.Finger.Type> = emptyList(), val result: FingersAutoCaptureResult? = null) : UiState
Running state.
This state is active after the BaseFingersAutoCaptureFragment.start method is called and before the process finishes.
Constructors
Link copied to clipboard
constructor(preview: Preview, phase: Phase? = null, detection: FingersAutoCaptureDetection? = null, selectedFingerTypes: List<FingerDetector.Finger.Type> = emptyList(), confirmedFingerTypes: List<FingerDetector.Finger.Type> = emptyList(), result: FingersAutoCaptureResult? = null)
Properties
Link copied to clipboard
Confirmed fingers types. These finger types can be marked by the UI.
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
Result. If the process has not finished, this will be null.
Link copied to clipboard
Selected finger types. These finger types have a valid image.