Table of Contents

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

ColorValue

Message

A caption below the icon.

public StyledText Message { get; set; }

Property Value

StyledText

OverlayBackgroundColor

Background color of the overlay.

Default is "?sbColorSurfaceHigh"

public ColorValue OverlayBackgroundColor { get; set; }

Property Value

ColorValue

Timeout

Timeout in milliseconds after which the overlay is automatically dismissed.

Default is 1000

public int Timeout { get; set; }

Property Value

int

Methods

FromJson(string)

public static ScanCompletionOverlay FromJson(string rawJson)

Parameters

rawJson string

Returns

ScanCompletionOverlay