Table of Contents

Interface IFormattedBarcodeDataMapper

Namespace
IO.Scanbot.Sdk.Barcode.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/entity/FormattedBarcodeDataMapper", "", "IO.Scanbot.Sdk.Barcode.Entity.IFormattedBarcodeDataMapperInvoker")]
public interface IFormattedBarcodeDataMapper : ISerializable, IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

DecodeFormattedData(BarcodeItem)

[Register("decodeFormattedData", "(Lio/scanbot/sdk/barcode/entity/BarcodeItem;)Lio/scanbot/sdk/barcode/entity/BarcodeFormattedData;", "GetDecodeFormattedData_Lio_scanbot_sdk_barcode_entity_BarcodeItem_Handler:IO.Scanbot.Sdk.Barcode.Entity.IFormattedBarcodeDataMapperInvoker, BarcodeSDK.NET.Droid")]
BarcodeFormattedData DecodeFormattedData(BarcodeItem barcodeItem)

Parameters

barcodeItem BarcodeItem

Returns

BarcodeFormattedData