Table of Contents

Class CheckScannerGuidanceStates

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

Constructors

CheckScannerGuidanceStates()

public CheckScannerGuidanceStates()

CheckScannerGuidanceStates(JSONObject)

public CheckScannerGuidanceStates(JSONObject json)

Parameters

json JSONObject

CheckScannerGuidanceStates(IDictionary<string, Object>)

public CheckScannerGuidanceStates(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

CheckScannerGuidanceStates(string, string, string, string, string)

public CheckScannerGuidanceStates(string noCheckFound, string scanningProgress, string tooDark, string tooSmall, string badPerspective)

Parameters

noCheckFound string
scanningProgress string
tooDark string
tooSmall string
badPerspective string

Properties

BadPerspective

public string BadPerspective { get; set; }

Property Value

string

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

NoCheckFound

public string NoCheckFound { get; set; }

Property Value

string

ScanningProgress

public string ScanningProgress { get; set; }

Property Value

string

TooDark

public string TooDark { get; set; }

Property Value

string

TooSmall

public string TooSmall { get; set; }

Property Value

string

Methods

Component1()

public string Component1()

Returns

string

Component2()

public string Component2()

Returns

string

Component3()

public string Component3()

Returns

string

Component4()

public string Component4()

Returns

string

Component5()

public string Component5()

Returns

string

Copy(string, string, string, string, string)

public CheckScannerGuidanceStates Copy(string noCheckFound, string scanningProgress, string tooDark, string tooSmall, string badPerspective)

Parameters

noCheckFound string
scanningProgress string
tooDark string
tooSmall string
badPerspective string

Returns

CheckScannerGuidanceStates

Default()

public static CheckScannerGuidanceStates Default()

Returns

CheckScannerGuidanceStates

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