Class BarcodeItemErrorState
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeItemErrorState
- Inheritance
-
BarcodeItemErrorState
- Inherited Members
-
Constructors
BarcodeItemErrorState()
public BarcodeItemErrorState()
Properties
public ButtonConfiguration CancelButton { get; set; }
Property Value
- ButtonConfiguration
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