CardImageVerificationSheet

Types

Link copied to clipboard

Callback to notify when scanning finishes and a result is available.

Link copied to clipboard
object Companion
Link copied to clipboard
data class Configuration(val strictModeFrames: CardImageVerificationSheet.Configuration.StrictModeFrameCount = StrictModeFrameCount.None, val enableCannotScanButton: Boolean = true) : Parcelable

Functions

Link copied to clipboard
fun present(cardImageVerificationIntentId: String, cardImageVerificationIntentSecret: String)

Present the CardVerification scan flow using the provided ID and Secret. Results will be returned in the callback function.