Class BatchBarcodeScannerActivity.BatchBarcodeScannerActivityResult
- Namespace
- IO.Scanbot.Sdk.UI.View.Barcode.Batch
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BatchBarcodeScannerActivity.BatchBarcodeScannerActivityResult : Object, InternalBatchBarcodeScannerActivity.IInternalResult, IScanbotActivityResult, BaseBarcodeScannerActivity.IAutoCancellableResult, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
BatchBarcodeScannerActivity.BatchBarcodeScannerActivityResult
- Implements
-
Constructors
BatchBarcodeScannerActivityResult(int, BarcodeScannerResult, bool, bool, bool)
public BatchBarcodeScannerActivityResult(int resultCode, BarcodeScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)
Parameters
resultCode
int
result
BarcodeScannerResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
isAutoCancelledByTimeout
bool
Properties
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
Copy(int, BarcodeScannerResult, bool, bool, bool)
public BatchBarcodeScannerActivity.BatchBarcodeScannerActivityResult Copy(int resultCode, BarcodeScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)
Parameters
resultCode
int
result
BarcodeScannerResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
isAutoCancelledByTimeout
bool
Returns
- BatchBarcodeScannerActivity.BatchBarcodeScannerActivityResult