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)

Types

Link copied to clipboard

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.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)