Configuration
data class Configuration(val strictModeFrames: CardImageVerificationSheet.Configuration.StrictModeFrameCount = StrictModeFrameCount.None, val enableCannotScanButton: Boolean = true) : Parcelable
Constructors
Link copied to clipboard
constructor(strictModeFrames: CardImageVerificationSheet.Configuration.StrictModeFrameCount = StrictModeFrameCount.None, enableCannotScanButton: Boolean = true)
Properties
Link copied to clipboard
Determine if the "I can't scan this card" button should be included in the scan window. This is an experimental feature that should only be used with guidance from Stripe support.
Link copied to clipboard
The amount of frames that must have a centered, focused card before the scan is allowed to terminate. This is an experimental feature that should only be used with guidance from Stripe support.