Table of Contents

Interface ISBSDKUI2BarcodeItemMapper

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

Methods

MapBarcodeItemWithItem(SBSDKBarcodeItem, Action<SBSDKUI2BarcodeMappedData>, Action)

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

Parameters

item SBSDKBarcodeItem
onResult Action<SBSDKUI2BarcodeMappedData>
onError Action