Class BarcodeScannerActivity.BarcodeScannerActivityResult
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeScannerActivity.BarcodeScannerActivityResult : Object, InternalBarcodeScannerActivity.IInternalResult, IScanbotActivityResult, BaseBarcodeScannerActivity.IAutoCancellableResult, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
BarcodeScannerActivity.BarcodeScannerActivityResult
- Implements
-
Constructors
BarcodeScannerActivityResult(int, BarcodeScannerResult, bool, bool, bool, string, string)
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 Object Result { get; }
Property Value
- Object
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()
Returns
- int
Component2()
public BarcodeScannerResult Component2()
Returns
- BarcodeScannerResult
Component3()
Returns
- bool
Component4()
Returns
- bool
Component5()
Returns
- bool
Component6()
public string Component6()
Returns
- string
Component7()
public string Component7()
Returns
- string
Copy(int, BarcodeScannerResult, bool, bool, bool, string, string)
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