Table of Contents

Class BarcodeFormattedData

Namespace
IO.Scanbot.Sdk.UI.View.Barcode.Batch.Entity
Assembly
DocumentSDK.NET.Droid.dll
public sealed class BarcodeFormattedData : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
BarcodeFormattedData
Implements

Constructors

BarcodeFormattedData(string, string)

public BarcodeFormattedData(string title, string subtitle)

Parameters

title string
subtitle string

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Subtitle

public string Subtitle { get; }

Property Value

string

Title

public string Title { get; }

Property Value

string

Methods

Component1()

public string Component1()

Returns

string

Component2()

public string Component2()

Returns

string

Copy(string, string)

public BarcodeFormattedData Copy(string title, string subtitle)

Parameters

title string
subtitle string

Returns

BarcodeFormattedData

DescribeContents()

public int DescribeContents()

Returns

int

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags