Class CheckScannerIntroScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Check
- Assembly
- ScanbotSDK.Shared.dll
public class CheckScannerIntroScreenConfiguration
- Inheritance
-
CheckScannerIntroScreenConfiguration
- Inherited Members
-
Constructors
CheckScannerIntroScreenConfiguration()
public CheckScannerIntroScreenConfiguration()
Properties
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
DividerColor
public ColorValue DividerColor { get; set; }
Property Value
- ColorValue
public ButtonConfiguration DoneButton { get; set; }
Property Value
- ButtonConfiguration
Explanation
public StyledText Explanation { get; set; }
Property Value
- StyledText
HandlerColor
public ColorValue HandlerColor { get; set; }
Property Value
- ColorValue
Image
public CheckScannerIntroImage Image { get; set; }
Property Value
- CheckScannerIntroImage
ShowAutomatically
public bool ShowAutomatically { get; set; }
Property Value
- bool
Title
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
FromJson(string)
public static CheckScannerIntroScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- CheckScannerIntroScreenConfiguration
FromNative(CheckScannerIntroScreenConfiguration)
public static CheckScannerIntroScreenConfiguration FromNative(CheckScannerIntroScreenConfiguration source)
Parameters
source
CheckScannerIntroScreenConfiguration
Returns
- CheckScannerIntroScreenConfiguration
FromNative(SBSDKUI2CheckScannerIntroScreenConfiguration)
public static CheckScannerIntroScreenConfiguration FromNative(SBSDKUI2CheckScannerIntroScreenConfiguration source)
Parameters
source
SBSDKUI2CheckScannerIntroScreenConfiguration
Returns
- CheckScannerIntroScreenConfiguration
ToNative()
public CheckScannerIntroScreenConfiguration ToNative()
Returns
- CheckScannerIntroScreenConfiguration