UserGuidanceConfiguration

data class UserGuidanceConfiguration(var visible: Boolean = true, var title: StyledText = StyledText( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false) ))

Configuration of the hint guiding users through the scanning process.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(visible: Boolean = true, title: StyledText = StyledText( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false) ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Background style used for the user guidance.

Link copied to clipboard

Title of the user guidance.

Link copied to clipboard

Whether the user guidance is visible. Default is true

Functions

Link copied to clipboard
fun toJson(): JsonObject