Class BarcodeNavigationEvents.BarcodeScanned
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/barcode/BarcodeNavigationEvents$BarcodeScanned", DoNotGenerateAcw = true)]
public sealed class BarcodeNavigationEvents.BarcodeScanned : BarcodeNavigationEvents, IEvent, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeNavigationEvents.BarcodeScanned
- Implements
-
- Inherited Members
-
Constructors
BarcodeScanned(BarcodeScannerResult, string, string, Long)
[Register(".ctor", "(Lio/scanbot/sdk/barcode/BarcodeScannerResult;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;)V", "")]
public BarcodeScanned(BarcodeScannerResult result, string barcodeImagePath, string barcodePreviewFramePath, Long delayAfterScanMs)
Parameters
result
BarcodeScannerResult
barcodeImagePath
string
barcodePreviewFramePath
string
delayAfterScanMs
Long
Properties
BarcodeImagePath
public string BarcodeImagePath { get; }
Property Value
- string
BarcodePreviewFramePath
public string BarcodePreviewFramePath { get; }
Property Value
- string
DelayAfterScanMs
public Long DelayAfterScanMs { get; }
Property Value
- Long
Result
public BarcodeScannerResult Result { get; }
Property Value
- BarcodeScannerResult
Methods
Component1()
[Register("component1", "()Lio/scanbot/sdk/barcode/BarcodeScannerResult;", "")]
public BarcodeScannerResult Component1()
Returns
- BarcodeScannerResult
Component2()
[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()
Returns
- string
Component3()
[Register("component3", "()Ljava/lang/String;", "")]
public string Component3()
Returns
- string
Component4()
[Register("component4", "()Ljava/lang/Long;", "")]
public Long Component4()
Returns
- Long
Copy(BarcodeScannerResult, string, string, Long)
[Register("copy", "(Lio/scanbot/sdk/barcode/BarcodeScannerResult;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;)Lio/scanbot/sdk/ui/view/barcode/BarcodeNavigationEvents$BarcodeScanned;", "")]
public BarcodeNavigationEvents.BarcodeScanned Copy(BarcodeScannerResult result, string barcodeImagePath, string barcodePreviewFramePath, Long delayAfterScanMs)
Parameters
result
BarcodeScannerResult
barcodeImagePath
string
barcodePreviewFramePath
string
delayAfterScanMs
Long
Returns
- BarcodeNavigationEvents.BarcodeScanned