Class BarcodeNavigationEvents.BarcodesSelected
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/barcode/BarcodeNavigationEvents$BarcodesSelected", DoNotGenerateAcw = true)]
public sealed class BarcodeNavigationEvents.BarcodesSelected : BarcodeNavigationEvents, IEvent, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeNavigationEvents.BarcodesSelected
- Implements
-
- Inherited Members
-
Constructors
BarcodesSelected(IList<BarcodeItem>, bool, Long)
[Register(".ctor", "(Ljava/util/List;ZLjava/lang/Long;)V", "")]
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()
[Register("component1", "()Ljava/util/List;", "")]
public IList<BarcodeItem> Component1()
Returns
- IList<BarcodeItem>
Component2()
[Register("component2", "()Z", "")]
public bool Component2()
Returns
- bool
Component3()
[Register("component3", "()Ljava/lang/Long;", "")]
public Long Component3()
Returns
- Long
Copy(IList<BarcodeItem>, bool, Long)
[Register("copy", "(Ljava/util/List;ZLjava/lang/Long;)Lio/scanbot/sdk/ui/view/barcode/BarcodeNavigationEvents$BarcodesSelected;", "")]
public BarcodeNavigationEvents.BarcodesSelected Copy(IList<BarcodeItem> selected, bool automaticSelection, Long delayAfterScanMs)
Parameters
selected
IList<BarcodeItem>
automaticSelection
bool
delayAfterScanMs
Long
Returns
- BarcodeNavigationEvents.BarcodesSelected