Scan Completion Overlay
data class ScanCompletionOverlay(var message: StyledText = StyledText( text = "?completionOverlaySuccessMessage", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), var iconColor: ScanbotColor = ScanbotColor("?sbColorOnPrimary", isArgb = false), var overlayBackgroundColor: ScanbotColor = ScanbotColor("?sbColorSurfaceHigh", isArgb = false), var timeout: Int = 1000) : Parcelable
Configuration of the overlay to be shown after the successful scan.
Constructors
Link copied to clipboard
constructor(message: StyledText = StyledText( text = "?completionOverlaySuccessMessage", color = ScanbotColor("?sbColorOnPrimary", isArgb = false) ), iconColor: ScanbotColor = ScanbotColor("?sbColorOnPrimary", isArgb = false), overlayBackgroundColor: ScanbotColor = ScanbotColor("?sbColorSurfaceHigh", isArgb = false), timeout: Int = 1000)