Check Scanning Progress Configuration
data class CheckScanningProgressConfiguration(var enabled: Boolean = true, var progressColor: ScanbotColor = ScanbotColor("#40A9FF", isArgb = false), var animationDuration: Int = 1000) : Parcelable
Configuration of visualization of the scanning progress - indeterminate progress.
Constructors
Link copied to clipboard
constructor(enabled: Boolean = true, progressColor: ScanbotColor = ScanbotColor("#40A9FF", isArgb = false), animationDuration: Int = 1000)