Class BarcodeScannerActivity.BarcodeScannerActivityResult
- Namespace
- IO.Scanbot.Sdk.UI.Barcode_scanner.View.Barcode
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/barcode_scanner/view/barcode/BarcodeScannerActivity$Result", DoNotGenerateAcw = true)]
public sealed class BarcodeScannerActivity.BarcodeScannerActivityResult : Object, InternalBarcodeScannerActivity.IInternalResult, IScanbotActivityResult, BaseBarcodeScannerActivity.IAutoCancellableResult, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeScannerActivity.BarcodeScannerActivityResult
- Implements
-
- Inherited Members
-
Constructors
BarcodeScannerActivityResult(int, BarcodeScannerResult, bool, bool, bool, string, string)
[Register(".ctor", "(ILio/scanbot/sdk/barcode/BarcodeScannerResult;ZZZLjava/lang/String;Ljava/lang/String;)V", "")]
public BarcodeScannerActivityResult(int resultCode, BarcodeScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout, string barcodeImagePath, string barcodePreviewFramePath)
Parameters
resultCode int
result BarcodeScannerResult
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool
barcodeImagePath string
barcodePreviewFramePath string
Properties
BarcodeImagePath
public string BarcodeImagePath { get; }
Property Value
- string
BarcodePreviewFramePath
public string BarcodePreviewFramePath { get; }
Property Value
- string
IsAutoCancelledByTimeout
public bool IsAutoCancelledByTimeout { get; }
Property Value
- bool
IsLicenseInvalid
public bool IsLicenseInvalid { get; }
Property Value
- bool
Result
public BarcodeScannerResult Result { get; }
Property Value
- BarcodeScannerResult
ResultCode
public int ResultCode { get; }
Property Value
- int
ResultOk
public bool ResultOk { get; }
Property Value
- bool
SdkIsNotInitialized
public bool SdkIsNotInitialized { get; }
Property Value
- bool
Methods
Component1()
[Register("component1", "()I", "")]
public int Component1()
Returns
- int
Component2()
[Register("component2", "()Lio/scanbot/sdk/barcode/BarcodeScannerResult;", "")]
public BarcodeScannerResult Component2()
Returns
- BarcodeScannerResult
Component3()
[Register("component3", "()Z", "")]
public bool Component3()
Returns
- bool
Component4()
[Register("component4", "()Z", "")]
public bool Component4()
Returns
- bool
Component5()
[Register("component5", "()Z", "")]
public bool Component5()
Returns
- bool
Component6()
[Register("component6", "()Ljava/lang/String;", "")]
public string Component6()
Returns
- string
Component7()
[Register("component7", "()Ljava/lang/String;", "")]
public string Component7()
Returns
- string
Copy(int, BarcodeScannerResult, bool, bool, bool, string, string)
[Register("copy", "(ILio/scanbot/sdk/barcode/BarcodeScannerResult;ZZZLjava/lang/String;Ljava/lang/String;)Lio/scanbot/sdk/ui/barcode_scanner/view/barcode/BarcodeScannerActivity$Result;", "")]
public BarcodeScannerActivity.BarcodeScannerActivityResult Copy(int resultCode, BarcodeScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout, string barcodeImagePath, string barcodePreviewFramePath)
Parameters
resultCode int
result BarcodeScannerResult
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool
barcodeImagePath string
barcodePreviewFramePath string
Returns
- BarcodeScannerActivity.BarcodeScannerActivityResult