Class BarcodeMappedData
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
Format of the mapped barcode data.
public class BarcodeMappedData
- Inheritance
-
BarcodeMappedData
- Inherited Members
Constructors
BarcodeMappedData()
public BarcodeMappedData()
BarcodeMappedData(string, string, string)
public BarcodeMappedData(string title, string subtitle, string barcodeImage)
Parameters
Properties
BarcodeImage
Image of the barcode.
[JsonRequired]
public string BarcodeImage { get; set; }
Property Value
Subtitle
Subtitle of the barcode.
[JsonRequired]
public string Subtitle { get; set; }
Property Value
Title
Title of the barcode.
[JsonRequired]
public string Title { get; set; }
Property Value
Methods
FromJson(string)
public static BarcodeMappedData FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(BarcodeMappedData)
public static BarcodeMappedData FromNative(BarcodeMappedData source)
Parameters
source
BarcodeMappedData
Returns
ToNative()
public BarcodeMappedData ToNative()