Table of Contents

Class ExpectedBarcode

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

Constructors

ExpectedBarcode(JSONObject)

public ExpectedBarcode(JSONObject json)

Parameters

json JSONObject

ExpectedBarcode(IDictionary<string, Object>)

public ExpectedBarcode(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

ExpectedBarcode(string, string, string, int)

public ExpectedBarcode(string barcodeValue, string title, string image, int count)

Parameters

barcodeValue string
title string
image string
count int

Properties

BarcodeValue

public string BarcodeValue { get; set; }

Property Value

string

Count

public int Count { get; set; }

Property Value

int

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Image

public string Image { get; set; }

Property Value

string

Title

public string Title { 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 int Component4()

Returns

int

Copy(string, string, string, int)

public ExpectedBarcode Copy(string barcodeValue, string title, string image, int count)

Parameters

barcodeValue string
title string
image string
count int

Returns

ExpectedBarcode

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