Table of Contents

Class ScanCompletionOverlay

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class ScanCompletionOverlay
Inheritance
ScanCompletionOverlay
Inherited Members

Constructors

ScanCompletionOverlay()

public ScanCompletionOverlay()

Properties

IconColor

public ColorValue IconColor { get; set; }

Property Value

ColorValue

Message

public StyledText Message { get; set; }

Property Value

StyledText

OverlayBackgroundColor

public ColorValue OverlayBackgroundColor { get; set; }

Property Value

ColorValue

Timeout

public int Timeout { get; set; }

Property Value

int

Methods

FromJson(string)

public static ScanCompletionOverlay FromJson(string rawJson)

Parameters

rawJson string

Returns

ScanCompletionOverlay