Check Scanner Guidance Configuration
data class CheckScannerGuidanceConfiguration(var visibility: Boolean = true, var title: StyledText = StyledText( text = "?checkUserGuidanceNoCheckFound", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false) ), var statesTitles: CheckScannerGuidanceStates = CheckScannerGuidanceStates( )) : Parcelable
Configuration of the hints guiding users through the check scanning process.
Constructors
Link copied to clipboard
constructor(visibility: Boolean = true, title: StyledText = StyledText( text = "?checkUserGuidanceNoCheckFound", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), background: BackgroundStyle = BackgroundStyle( strokeColor = ScanbotColor("#00000000", isArgb = false), fillColor = ScanbotColor("?sbColorSurfaceLow", isArgb = false) ), statesTitles: CheckScannerGuidanceStates = CheckScannerGuidanceStates( ))
Properties
Link copied to clipboard
Configure the background style for the user guidance hints.
Link copied to clipboard
Configure the captions of the user guidance hints for different states.
Link copied to clipboard
Configure the text style for the user guidance hints.
Link copied to clipboard
Determines whether the user guidance hints should be visible (enabled).