FingersAutoCaptureFragment

abstract class FingersAutoCaptureFragment(@LayoutRes contentLayoutId: Int = R.layout.dot_fingers_fragment_fingers_auto_capture) : BaseFingersAutoCaptureFragment

UI Fingers Auto Capture component.

A visual component for capturing good quality fingers images. This component provides a UI. It includes a placeholder for the fingers, a detection layer that displays the tracking rectangle, candidate selection animation and an instruction. If you prefer to use your own custom UI, you can use BaseFingersAutoCaptureFragment instead.

Constructors

Link copied to clipboard
constructor(@LayoutRes contentLayoutId: Int = R.layout.dot_fingers_fragment_fingers_auto_capture)

Types

Link copied to clipboard
data class Configuration(val base: BaseFingersAutoCaptureFragment.Configuration = BaseFingersAutoCaptureFragment.Configuration(), val placeholder: Placeholder = Placeholder.Visible(), val isDetectionLayerVisible: Boolean = false)

Configuration for the UI Fingers Auto Capture component.

Functions

Link copied to clipboard
open override fun onUiStateUpdated(uiState: UiState)

Called when the UI state is updated. Subclasses can override this method to update custom UI elements.

Link copied to clipboard

Provides the Configuration for the component.