MagnifEyeLivenessFragment

MagnifEye Liveness UI component.

A visual component for capturing images suitable for MagnifEye Liveness evaluation.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun onFinished(result: MagnifEyeLivenessResult)

Called only once for the whole process. Once this callback is called, the whole process is considered to be over.

Link copied to clipboard
abstract fun onNoCameraPermission()

Called when camera permission was not granted.

Link copied to clipboard
abstract fun onProcessed(detection: FaceAutoCaptureDetection)

Called when a camera image is processed.

Link copied to clipboard
abstract fun onStopped()

Called when the process is stopped after calling stopAsync method.

Link copied to clipboard
fun start()

Start the process.

Link copied to clipboard
fun stopAsync()

Stop the process asynchronously.