Scan Assistance Overlay
data class ScanAssistanceOverlay(var visible: Boolean = true, var backgroundColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false), var foregroundColor: ScanbotColor = ScanbotColor("?sbColorSurface", isArgb = false)) : Parcelable
Configuration of the scan assistance overlay.
Constructors
Link copied to clipboard
constructor(visible: Boolean = true, backgroundColor: ScanbotColor = ScanbotColor("?sbColorModalOverlay", isArgb = false), foregroundColor: ScanbotColor = ScanbotColor("?sbColorSurface", isArgb = false))