CardImageVerificationSheet
Types
Link copied to clipboard
data class Configuration(strictModeFrames: CardImageVerificationSheet.Configuration.StrictModeFrameCount, enableCannotScanButton: Boolean) : Parcelable
Content copied to clipboard
Functions
Link copied to clipboard
fun present(cardImageVerificationIntentId: String, cardImageVerificationIntentSecret: String, onFinished: (cardImageVerificationSheetResult: CardImageVerificationSheetResult) -> Unit)
Content copied to clipboard
Present the CardVerification scan flow using the provided ID and Secret. Results will be returned in the callback function.