Class BarcodeMappedData
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class BarcodeMappedData implements Parcelable
Format of the mapped barcode data.
-
-
Constructor Summary
Constructors Constructor Description BarcodeMappedData(Map<String, Object> source)
BarcodeMappedData(JSONObject json)
BarcodeMappedData(String title, String subtitle, String barcodeImage)
-
Method Summary
Modifier and Type Method Description final String
getTitle()
Title of the barcode. final Unit
setTitle(String title)
Title of the barcode. final String
getSubtitle()
Subtitle of the barcode. final Unit
setSubtitle(String subtitle)
Subtitle of the barcode. final String
getBarcodeImage()
Image of the barcode. final Unit
setBarcodeImage(String barcodeImage)
Image of the barcode. final JSONObject
toJson()
-
-
Method Detail
-
getSubtitle
final String getSubtitle()
Subtitle of the barcode.
-
setSubtitle
final Unit setSubtitle(String subtitle)
Subtitle of the barcode.
-
getBarcodeImage
final String getBarcodeImage()
Image of the barcode.
-
setBarcodeImage
final Unit setBarcodeImage(String barcodeImage)
Image of the barcode.
-
toJson
final JSONObject toJson()
-
-
-
-