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
[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
public string BarcodeImage { get; }
Property Value
- string
public Bitmap BarcodeImageBitmap { get; }
Property Value
- Bitmap
public BarcodeItem BarcodeItem { get; }
Property Value
- BarcodeItem
public int Count { get; }
Property Value
- int
public int ExpectedCount { get; }
Property Value
- int
public bool IsError { get; }
Property Value
- bool
public bool IsLoading { get; }
Property Value
- bool
public string Subtitle { get; }
Property Value
- string
public Long Timestamp { get; }
Property Value
- Long
public string Title { get; }
Property Value
- string
public string Uuid { get; }
Property Value
- string
Methods
[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()
Returns
- string
[Register("component10", "()Lio/scanbot/sdk/barcode/entity/BarcodeItem;", "")]
public BarcodeItem Component10()
Returns
- BarcodeItem
[Register("component11", "()Ljava/lang/Long;", "")]
public Long Component11()
Returns
- Long
[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()
Returns
- string
[Register("component3", "()Ljava/lang/String;", "")]
public string Component3()
Returns
- string
[Register("component4", "()Ljava/lang/String;", "")]
public string Component4()
Returns
- string
[Register("component5", "()Landroid/graphics/Bitmap;", "")]
public Bitmap Component5()
Returns
- Bitmap
[Register("component6", "()I", "")]
public int Component6()
Returns
- int
[Register("component7", "()I", "")]
public int Component7()
Returns
- int
[Register("component8", "()Z", "")]
public bool Component8()
Returns
- bool
[Register("component9", "()Z", "")]
public bool Component9()
Returns
- bool
[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