IconUserGuidanceConfiguration

data class IconUserGuidanceConfiguration(var visible: Boolean = true, var icon: IconStyle = IconStyle( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var title: StyledText = StyledText( color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var background: BackgroundStyle = BackgroundStyle( fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false) )) : Parcelable

Configuration of the hint (containing an icon) guiding users through the scanning process.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration of the background appearance for the user guidance hints.

Link copied to clipboard

Configuration of the icon appearance.

Link copied to clipboard

The title of the user guidance.

Link copied to clipboard

Determines whether the user guidance is visible or not.

Functions

Link copied to clipboard
Link copied to clipboard
fun toJson(config: ToJsonConfiguration = ToJsonConfiguration.default()): JSONObject