startCardVerification

abstract fun startCardVerification(activity: Activity, requestCode: Int, parameters: CardVerificationParameters)

Initiates the native card verification flow, starting an activity that returns a result indicating the outcome of the card verification operation.

Parameters

activity

The Activity from which the flow is started.

requestCode

The request code for the activity result.

parameters

A CardVerificationParameters object containing the request parameters.