Class AcknowledgementScreenConfiguration
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class AcknowledgementScreenConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
AcknowledgementScreenConfiguration
- Implements
-
Constructors
AcknowledgementScreenConfiguration()
public AcknowledgementScreenConfiguration()
AcknowledgementScreenConfiguration(StyledText, DocumentQuality, AcknowledgementMode, IconUserGuidanceConfiguration, ScanbotColor, AcknowledgementBottomBar)
public AcknowledgementScreenConfiguration(StyledText topBarTitle, DocumentQuality minimumQuality, AcknowledgementMode acknowledgementMode, IconUserGuidanceConfiguration badImageHint, ScanbotColor backgroundColor, AcknowledgementBottomBar bottomBar)
Parameters
topBarTitle
StyledText
minimumQuality
DocumentQuality
acknowledgementMode
AcknowledgementMode
badImageHint
IconUserGuidanceConfiguration
backgroundColor
ScanbotColor
bottomBar
AcknowledgementBottomBar
AcknowledgementScreenConfiguration(JSONObject)
public AcknowledgementScreenConfiguration(JSONObject json)
Parameters
json
JSONObject
AcknowledgementScreenConfiguration(IDictionary<string, Object>)
public AcknowledgementScreenConfiguration(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
AcknowledgementMode
public AcknowledgementMode AcknowledgementMode { get; set; }
Property Value
- AcknowledgementMode
BackgroundColor
public ScanbotColor BackgroundColor { get; set; }
Property Value
- ScanbotColor
BadImageHint
public IconUserGuidanceConfiguration BadImageHint { get; set; }
Property Value
- IconUserGuidanceConfiguration
BottomBar
public AcknowledgementBottomBar BottomBar { get; set; }
Property Value
- AcknowledgementBottomBar
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
MinimumQuality
public DocumentQuality MinimumQuality { get; set; }
Property Value
- DocumentQuality
TopBarTitle
public StyledText TopBarTitle { get; set; }
Property Value
- StyledText
Methods
Component1()
public StyledText Component1()
Returns
- StyledText
Component2()
public DocumentQuality Component2()
Returns
- DocumentQuality
Component3()
public AcknowledgementMode Component3()
Returns
- AcknowledgementMode
Component4()
public IconUserGuidanceConfiguration Component4()
Returns
- IconUserGuidanceConfiguration
Component5()
public ScanbotColor Component5()
Returns
- ScanbotColor
Component6()
public AcknowledgementBottomBar Component6()
Returns
- AcknowledgementBottomBar
Copy(StyledText, DocumentQuality, AcknowledgementMode, IconUserGuidanceConfiguration, ScanbotColor, AcknowledgementBottomBar)
public AcknowledgementScreenConfiguration Copy(StyledText topBarTitle, DocumentQuality minimumQuality, AcknowledgementMode acknowledgementMode, IconUserGuidanceConfiguration badImageHint, ScanbotColor backgroundColor, AcknowledgementBottomBar bottomBar)
Parameters
topBarTitle
StyledText
minimumQuality
DocumentQuality
acknowledgementMode
AcknowledgementMode
badImageHint
IconUserGuidanceConfiguration
backgroundColor
ScanbotColor
bottomBar
AcknowledgementBottomBar
Returns
- AcknowledgementScreenConfiguration
Default()
public static AcknowledgementScreenConfiguration Default()
Returns
- AcknowledgementScreenConfiguration
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