Table of Contents

Interface ISBSDKUI2BarcodeItemMapper

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public interface ISBSDKUI2BarcodeItemMapper : INativeObject, IDisposable
Inherited Members

Methods

MapBarcodeItemWithItem(SBSDKUI2BarcodeItem, Action<SBSDKUI2BarcodeMappedData>, Action)

void MapBarcodeItemWithItem(SBSDKUI2BarcodeItem item, Action<SBSDKUI2BarcodeMappedData> onResult, Action onError)

Parameters

item SBSDKUI2BarcodeItem
onResult Action<SBSDKUI2BarcodeMappedData>
onError Action