MbBlinkIdVerifyCapture

Android activity result contract for launching the Microblink's BlinkID Verify Capture session and obtaining capture results.

To launch the scanning session, BlinkIdVerifyActivitySettings are required. As a result, BlinkIdVerifyCaptureActivityResult is returned, which contains ActivityResultStatus and BlinkIdVerifyCaptureResult.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun createIntent(context: Context, input: BlinkIdVerifyActivitySettings): Intent
Link copied to clipboard
open override fun parseResult(resultCode: Int, intent: Intent?): BlinkIdVerifyCaptureActivityResult