Magnif Eye Liveness Fragment
MagnifEye Liveness UI component.
A visual component for capturing images suitable for MagnifEye Liveness evaluation.
Constructors
Types
Link copied to clipboard
data class Configuration @JvmOverloads constructor(val cameraFacing: CameraFacing = CameraFacing.FRONT, val cameraPreviewScaleType: CameraPreviewScaleType = CameraPreviewScaleType.FIT, val torchEnabled: Boolean = false, val isDetectionLayerVisible: Boolean = false, val sessionToken: String? = null)
Configuration for the MagnifEye Liveness UI component.
Functions
Link copied to clipboard
Called only once for the whole process. Once this callback is called, the whole process is considered to be over.
Link copied to clipboard
Called when a camera image is processed.
Link copied to clipboard
Subclasses should override this method to provide Configuration for the MagnifEye Liveness UI component.