Class CreditCardScannerIntroScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.CreditCard
- Assembly
- DocumentSDK.MAUI.dll
public class CreditCardScannerIntroScreenConfiguration
- Inheritance
-
CreditCardScannerIntroScreenConfiguration
- Inherited Members
-
Constructors
CreditCardScannerIntroScreenConfiguration()
public CreditCardScannerIntroScreenConfiguration()
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 CreditCardScannerIntroImage Image { get; set; }
Property Value
- CreditCardScannerIntroImage
ShowAutomatically
public bool ShowAutomatically { get; set; }
Property Value
- bool
Title
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
FromJson(string)
public static CreditCardScannerIntroScreenConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- CreditCardScannerIntroScreenConfiguration