Table of Contents

Class ScanbotAlertDialog

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

Constructors

ScanbotAlertDialog()

public ScanbotAlertDialog()

Properties

ActionButton

public ButtonConfiguration ActionButton { get; set; }

Property Value

ButtonConfiguration

CancelButton

public ButtonConfiguration CancelButton { get; set; }

Property Value

ButtonConfiguration

DividerColor

public ColorValue DividerColor { get; set; }

Property Value

ColorValue

ModalOverlayColor

public ColorValue ModalOverlayColor { get; set; }

Property Value

ColorValue

OkButton

public ButtonConfiguration OkButton { get; set; }

Property Value

ButtonConfiguration

SheetColor

public ColorValue SheetColor { get; set; }

Property Value

ColorValue

Subtitle

public StyledText Subtitle { get; set; }

Property Value

StyledText

Title

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static ScanbotAlertDialog FromJson(string rawJson)

Parameters

rawJson string

Returns

ScanbotAlertDialog