Table of Contents

Class DocumentDataExtractionProgressConfiguration

Namespace
IO.Scanbot.Sdk.Ui_v2.Documentdataextractor.Configuration
Assembly
DocumentSDK.NET.Droid.dll
public sealed class DocumentDataExtractionProgressConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
DocumentDataExtractionProgressConfiguration
Implements

Constructors

DocumentDataExtractionProgressConfiguration()

public DocumentDataExtractionProgressConfiguration()

DocumentDataExtractionProgressConfiguration(JSONObject)

public DocumentDataExtractionProgressConfiguration(JSONObject json)

Parameters

json JSONObject

DocumentDataExtractionProgressConfiguration(bool, ScanbotColor, int)

public DocumentDataExtractionProgressConfiguration(bool enabled, ScanbotColor progressColor, int animationDuration)

Parameters

enabled bool
progressColor ScanbotColor
animationDuration int

DocumentDataExtractionProgressConfiguration(IDictionary<string, Object>)

public DocumentDataExtractionProgressConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

AnimationDuration

public int AnimationDuration { get; set; }

Property Value

int

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Enabled

public bool Enabled { get; set; }

Property Value

bool

ProgressColor

public ScanbotColor ProgressColor { get; set; }

Property Value

ScanbotColor

Methods

Component1()

public bool Component1()

Returns

bool

Component2()

public ScanbotColor Component2()

Returns

ScanbotColor

Component3()

public int Component3()

Returns

int

Copy(bool, ScanbotColor, int)

public DocumentDataExtractionProgressConfiguration Copy(bool enabled, ScanbotColor progressColor, int animationDuration)

Parameters

enabled bool
progressColor ScanbotColor
animationDuration int

Returns

DocumentDataExtractionProgressConfiguration

Default()

public static DocumentDataExtractionProgressConfiguration Default()

Returns

DocumentDataExtractionProgressConfiguration

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