Table of Contents

Class BarcodeItemErrorState

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeItemErrorState
Inheritance
BarcodeItemErrorState
Inherited Members

Constructors

BarcodeItemErrorState()

public BarcodeItemErrorState()

Properties

CancelButton

public ButtonConfiguration CancelButton { get; set; }

Property Value

ButtonConfiguration

RetryButton

public ButtonConfiguration RetryButton { get; set; }

Property Value

ButtonConfiguration

Subtitle

public StyledText Subtitle { get; set; }

Property Value

StyledText

Title

public StyledText Title { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static BarcodeItemErrorState FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeItemErrorState

FromNative(BarcodeItemErrorState)

public static BarcodeItemErrorState FromNative(BarcodeItemErrorState source)

Parameters

source BarcodeItemErrorState

Returns

BarcodeItemErrorState

FromNative(SBSDKUI2BarcodeItemErrorState)

public static BarcodeItemErrorState FromNative(SBSDKUI2BarcodeItemErrorState source)

Parameters

source SBSDKUI2BarcodeItemErrorState

Returns

BarcodeItemErrorState

ToNative()

public BarcodeItemErrorState ToNative()

Returns

BarcodeItemErrorState