Class BarcodeItemErrorState
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the the mapper's error dialog.
public class BarcodeItemErrorState
- Inheritance
-
BarcodeItemErrorState
- Inherited Members
Properties
CancelButton
Configuration of the cancel button.
public ButtonConfiguration CancelButton { get; set; }
Property Value
RetryButton
Configuration of the retry button.
public ButtonConfiguration RetryButton { get; set; }
Property Value
Subtitle
Error message.
public StyledText Subtitle { get; set; }
Property Value
Title
Title displayed above the error message.
public StyledText Title { get; set; }
Property Value
Methods
FromJson(string)
public static BarcodeItemErrorState FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(BarcodeItemErrorState)
public static BarcodeItemErrorState FromNative(BarcodeItemErrorState source)
Parameters
source
BarcodeItemErrorState
Returns
ToNative()
public BarcodeItemErrorState ToNative()