Table of Contents

Class BarcodeFormattedData

Namespace
IO.Scanbot.Sdk.Ui_v2.Barcode.Common.Model
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/barcode/common/model/BarcodeFormattedData", DoNotGenerateAcw = true)]
public sealed class BarcodeFormattedData : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeFormattedData
Implements
Inherited Members

Constructors

BarcodeFormattedData(string, string, string, string, Bitmap, int, int, bool, bool, BarcodeItem, Long)

[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/graphics/Bitmap;IIZZLio/scanbot/sdk/barcode/entity/BarcodeItem;Ljava/lang/Long;)V", "")]
public BarcodeFormattedData(string uuid, string title, string subtitle, string barcodeImage, Bitmap barcodeImageBitmap, int count, int expectedCount, bool isLoading, bool isError, BarcodeItem barcodeItem, Long timestamp)

Parameters

uuid string
title string
subtitle string
barcodeImage string
barcodeImageBitmap Bitmap
count int
expectedCount int
isLoading bool
isError bool
barcodeItem BarcodeItem
timestamp Long

Properties

BarcodeImage

public string BarcodeImage { get; }

Property Value

string

BarcodeImageBitmap

public Bitmap BarcodeImageBitmap { get; }

Property Value

Bitmap

BarcodeItem

public BarcodeItem BarcodeItem { get; }

Property Value

BarcodeItem

Count

public int Count { get; }

Property Value

int

ExpectedCount

public int ExpectedCount { get; }

Property Value

int

IsError

public bool IsError { get; }

Property Value

bool

IsLoading

public bool IsLoading { get; }

Property Value

bool

Subtitle

public string Subtitle { get; }

Property Value

string

Timestamp

public Long Timestamp { get; }

Property Value

Long

Title

public string Title { get; }

Property Value

string

Uuid

public string Uuid { get; }

Property Value

string

Methods

Component1()

[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()

Returns

string

Component10()

[Register("component10", "()Lio/scanbot/sdk/barcode/entity/BarcodeItem;", "")]
public BarcodeItem Component10()

Returns

BarcodeItem

Component11()

[Register("component11", "()Ljava/lang/Long;", "")]
public Long Component11()

Returns

Long

Component2()

[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()

Returns

string

Component3()

[Register("component3", "()Ljava/lang/String;", "")]
public string Component3()

Returns

string

Component4()

[Register("component4", "()Ljava/lang/String;", "")]
public string Component4()

Returns

string

Component5()

[Register("component5", "()Landroid/graphics/Bitmap;", "")]
public Bitmap Component5()

Returns

Bitmap

Component6()

[Register("component6", "()I", "")]
public int Component6()

Returns

int

Component7()

[Register("component7", "()I", "")]
public int Component7()

Returns

int

Component8()

[Register("component8", "()Z", "")]
public bool Component8()

Returns

bool

Component9()

[Register("component9", "()Z", "")]
public bool Component9()

Returns

bool

Copy(string, string, string, string, Bitmap, int, int, bool, bool, BarcodeItem, Long)

[Register("copy", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/graphics/Bitmap;IIZZLio/scanbot/sdk/barcode/entity/BarcodeItem;Ljava/lang/Long;)Lio/scanbot/sdk/ui_v2/barcode/common/model/BarcodeFormattedData;", "")]
public BarcodeFormattedData Copy(string uuid, string title, string subtitle, string barcodeImage, Bitmap barcodeImageBitmap, int count, int expectedCount, bool isLoading, bool isError, BarcodeItem barcodeItem, Long timestamp)

Parameters

uuid string
title string
subtitle string
barcodeImage string
barcodeImageBitmap Bitmap
count int
expectedCount int
isLoading bool
isError bool
barcodeItem BarcodeItem
timestamp Long

Returns

BarcodeFormattedData