Table of Contents

Class BarcodeMappedData

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

Constructors

BarcodeMappedData(JSONObject)

public BarcodeMappedData(JSONObject json)

Parameters

json JSONObject

BarcodeMappedData(IDictionary<string, Object>)

public BarcodeMappedData(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

BarcodeMappedData(string, string, string)

public BarcodeMappedData(string title, string subtitle, string barcodeImage)

Parameters

title string
subtitle string
barcodeImage string

Properties

BarcodeImage

public string BarcodeImage { get; set; }

Property Value

string

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Subtitle

public string Subtitle { 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

Copy(string, string, string)

public BarcodeMappedData Copy(string title, string subtitle, string barcodeImage)

Parameters

title string
subtitle string
barcodeImage string

Returns

BarcodeMappedData

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