Class BarcodeNavigationEvents.BarcodesSelected
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeNavigationEvents.BarcodesSelected : BarcodeNavigationEvents, IEvent, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
BarcodeNavigationEvents.BarcodesSelected
- Implements
-
Constructors
BarcodesSelected(IList<BarcodeItem>, bool, Long)
public BarcodesSelected(IList<BarcodeItem> selected, bool automaticSelection, Long delayAfterScanMs)
Parameters
selected
IList<BarcodeItem>
automaticSelection
bool
delayAfterScanMs
Long
Properties
AutomaticSelection
public bool AutomaticSelection { get; }
Property Value
- bool
DelayAfterScanMs
public Long DelayAfterScanMs { get; }
Property Value
- Long
Selected
public IList<BarcodeItem> Selected { get; }
Property Value
- IList<BarcodeItem>
Methods
Component1()
public IList<BarcodeItem> Component1()
Returns
- IList<BarcodeItem>
Component2()
Returns
- bool
Component3()
Returns
- Long
Copy(IList<BarcodeItem>, bool, Long)
public BarcodeNavigationEvents.BarcodesSelected Copy(IList<BarcodeItem> selected, bool automaticSelection, Long delayAfterScanMs)
Parameters
selected
IList<BarcodeItem>
automaticSelection
bool
delayAfterScanMs
Long
Returns
- BarcodeNavigationEvents.BarcodesSelected