CheckScanningProgressConfiguration

data class CheckScanningProgressConfiguration(var enabled: Boolean = true, var progressColor: ScanbotColor = ScanbotColor("#40A9FF", isArgb = false), var animationDuration: Int = 1000)

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)
constructor(source: Map<String, Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The duration of a single scanning progress cycle animation in milliseconds.

Link copied to clipboard

Enable or disable the scanning progress visualization.

Link copied to clipboard

The color of the scanning progress.

Functions

Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JsonObject
Link copied to clipboard
fun toJsonString(config: ToJsonConfiguration = ToJsonConfiguration.default()): String