Class BarcodeMappedResult
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class BarcodeMappedResult implements Parcelable
Represents a result of barcode mapping.
-
-
Field Summary
Fields Modifier and Type Field Description private final BarcodeItem
barcodeItem
private final BarcodeFormattedData
formattedData
-
Constructor Summary
Constructors Constructor Description BarcodeMappedResult(BarcodeItem barcodeItem, BarcodeFormattedData formattedData)
-
Method Summary
Modifier and Type Method Description final BarcodeItem
getBarcodeItem()
final BarcodeFormattedData
getFormattedData()
Allows to set additional data encoded in barcode such as title and subtitle
-
-
-
Constructor Detail
-
BarcodeMappedResult
BarcodeMappedResult(BarcodeItem barcodeItem, BarcodeFormattedData formattedData)
-
-
Method Detail
-
getBarcodeItem
final BarcodeItem getBarcodeItem()
-
getFormattedData
final BarcodeFormattedData getFormattedData()
Allows to set additional data encoded in barcode such as title and subtitle
-
-