Fingers Auto Capture Fragment
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.
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
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.