BlinkIdVerifyScanningSession

Represents a capture session for document verification.

This class manages the entire lifecycle of a document verification process, from initialization to result retrieval and resource cleanup. It handles communication with native code for core processing and provides methods for starting, cancelling, and restarting the session.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open override fun close()

Closes the session and releases native resources.

Link copied to clipboard
fun finalize()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun restartSession(): Boolean
Link copied to clipboard
suspend fun setAllowBarcodeStep(allowBarcodeStep: Boolean)