Table of Contents

Class CheckIntroCustomImage

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

Constructors

CheckIntroCustomImage(JSONObject)

public CheckIntroCustomImage(JSONObject json)

Parameters

json JSONObject

CheckIntroCustomImage(IDictionary<string, Object>)

public CheckIntroCustomImage(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

CheckIntroCustomImage(string)

public CheckIntroCustomImage(string uri)

Parameters

uri string

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Uri

public string Uri { get; set; }

Property Value

string

Methods

Component1()

public string Component1()

Returns

string

Copy(string)

public CheckIntroCustomImage Copy(string uri)

Parameters

uri string

Returns

CheckIntroCustomImage

DescribeContents()

public override int DescribeContents()

Returns

int

Get_type()

public override string Get_type()

Returns

string

ToJson(ToJsonConfiguration)

public override JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags