Table of Contents

Class ScanbotAlertDialog

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of the the standard alert dialog.

public class ScanbotAlertDialog
Inheritance
ScanbotAlertDialog
Inherited Members

Properties

ActionButton

Configuration of the middle button for dialogs with tree buttons.

public ButtonConfiguration ActionButton { get; set; }

Property Value

ButtonConfiguration

CancelButton

Configuration of the 'cancel' button.

public ButtonConfiguration CancelButton { get; set; }

Property Value

ButtonConfiguration

DividerColor

The color of the divider line. Default is "?sbColorOutline"

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

ModalOverlayColor

The dialog overlay color. Default is "?sbColorModalOverlay"

public ColorValue ModalOverlayColor { get; set; }

Property Value

ColorValue

OkButton

Configuration of the 'OK' button.

public ButtonConfiguration OkButton { get; set; }

Property Value

ButtonConfiguration

SheetColor

The background color of the alert dialog. Default is "?sbColorSurface"

public ColorValue SheetColor { get; set; }

Property Value

ColorValue

Subtitle

The explanation message.

public StyledText Subtitle { get; set; }

Property Value

StyledText

Title

The title displayed above the message.

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static ScanbotAlertDialog FromJson(string rawJson)

Parameters

rawJson string

Returns

ScanbotAlertDialog