Running
data class Running(val preview: Preview, val phase: Phase? = null, val detection: PalmAutoCaptureDetection? = null, val result: PalmAutoCaptureResult? = null) : UiState
Running state.
This state is active after the BasePalmAutoCaptureFragment.start method is called and before the process finishes.
Constructors
Link copied to clipboard
constructor(preview: Preview, phase: Phase? = null, detection: PalmAutoCaptureDetection? = null, result: PalmAutoCaptureResult? = null)