Class TextPatternScannerIntroScreenConfiguration
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Textpattern.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class TextPatternScannerIntroScreenConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
TextPatternScannerIntroScreenConfiguration
- Implements
-
Constructors
TextPatternScannerIntroScreenConfiguration()
public TextPatternScannerIntroScreenConfiguration()
TextPatternScannerIntroScreenConfiguration(TextPatternScannerIntroImage, ScanbotColor, ScanbotColor, ScanbotColor, bool, StyledText, StyledText, ButtonConfiguration)
public TextPatternScannerIntroScreenConfiguration(TextPatternScannerIntroImage image, ScanbotColor backgroundColor, ScanbotColor dividerColor, ScanbotColor handlerColor, bool showAutomatically, StyledText title, StyledText explanation, ButtonConfiguration doneButton)
Parameters
image
TextPatternScannerIntroImage
backgroundColor
ScanbotColor
dividerColor
ScanbotColor
handlerColor
ScanbotColor
showAutomatically
bool
title
StyledText
explanation
StyledText
doneButton
ButtonConfiguration
TextPatternScannerIntroScreenConfiguration(JSONObject)
public TextPatternScannerIntroScreenConfiguration(JSONObject json)
Parameters
json
JSONObject
TextPatternScannerIntroScreenConfiguration(IDictionary<string, Object>)
public TextPatternScannerIntroScreenConfiguration(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
BackgroundColor
public ScanbotColor BackgroundColor { get; set; }
Property Value
- ScanbotColor
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
DividerColor
public ScanbotColor DividerColor { get; set; }
Property Value
- ScanbotColor
DoneButton
public ButtonConfiguration DoneButton { get; set; }
Property Value
- ButtonConfiguration
Explanation
public StyledText Explanation { get; set; }
Property Value
- StyledText
HandlerColor
public ScanbotColor HandlerColor { get; set; }
Property Value
- ScanbotColor
Image
public TextPatternScannerIntroImage Image { get; set; }
Property Value
- TextPatternScannerIntroImage
ShowAutomatically
public bool ShowAutomatically { get; set; }
Property Value
- bool
Title
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
Component1()
public TextPatternScannerIntroImage Component1()
Returns
- TextPatternScannerIntroImage
Component2()
public ScanbotColor Component2()
Returns
- ScanbotColor
Component3()
public ScanbotColor Component3()
Returns
- ScanbotColor
Component4()
public ScanbotColor Component4()
Returns
- ScanbotColor
Component5()
Returns
- bool
Component6()
public StyledText Component6()
Returns
- StyledText
Component7()
public StyledText Component7()
Returns
- StyledText
Component8()
public ButtonConfiguration Component8()
Returns
- ButtonConfiguration
Copy(TextPatternScannerIntroImage, ScanbotColor, ScanbotColor, ScanbotColor, bool, StyledText, StyledText, ButtonConfiguration)
public TextPatternScannerIntroScreenConfiguration Copy(TextPatternScannerIntroImage image, ScanbotColor backgroundColor, ScanbotColor dividerColor, ScanbotColor handlerColor, bool showAutomatically, StyledText title, StyledText explanation, ButtonConfiguration doneButton)
Parameters
image
TextPatternScannerIntroImage
backgroundColor
ScanbotColor
dividerColor
ScanbotColor
handlerColor
ScanbotColor
showAutomatically
bool
title
StyledText
explanation
StyledText
doneButton
ButtonConfiguration
Returns
- TextPatternScannerIntroScreenConfiguration
Default()
public static TextPatternScannerIntroScreenConfiguration Default()
Returns
- TextPatternScannerIntroScreenConfiguration
DescribeContents()
public int DescribeContents()
Returns
- int
ToJson(ToJsonConfiguration)
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags