Class ScanCompletionOverlay
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the overlay to be shown after the successful scan.
public class ScanCompletionOverlay
- Inheritance
-
ScanCompletionOverlay
- Inherited Members
Properties
IconColor
Color of the icon.
Default is "?sbColorOnPrimary"
public ColorValue IconColor { get; set; }
Property Value
Message
A caption below the icon.
public StyledText Message { get; set; }
Property Value
OverlayBackgroundColor
Background color of the overlay.
Default is "?sbColorSurfaceHigh"
public ColorValue OverlayBackgroundColor { get; set; }
Property Value
Timeout
Timeout in milliseconds after which the overlay is automatically dismissed.
Default is 1000
public int Timeout { get; set; }
Property Value
Methods
FromJson(string)
public static ScanCompletionOverlay FromJson(string rawJson)
Parameters
rawJsonstring