Class BarcodeScannerActivity.BarcodeScannerActivityResult
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Barcode
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/barcode/BarcodeScannerActivity$Result", DoNotGenerateAcw = true)]
public sealed class BarcodeScannerActivity.BarcodeScannerActivityResult : Object, BaseBarcodeScannerActivity.IInternalResult, BaseBarcodeScannerActivity.IAutoCancellableResult, IScanbotActivityResult, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeScannerActivity.BarcodeScannerActivityResult
- Implements
-
- Inherited Members
-
Constructors
BarcodeScannerActivityResult(int, BarcodeScannerResult, bool, bool, bool)
[Register(".ctor", "(ILio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeScannerResult;ZZZ)V", "")]
public BarcodeScannerActivityResult(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()
[Register("component1", "()I", "")]
public int Component1()
Returns
- int
Component2()
[Register("component2", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/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
Copy(int, BarcodeScannerResult, bool, bool, bool)
[Register("copy", "(ILio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeScannerResult;ZZZ)Lio/scanbot/sdk/ui_v2/barcode/BarcodeScannerActivity$Result;", "")]
public BarcodeScannerActivity.BarcodeScannerActivityResult Copy(int resultCode, BarcodeScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)
Parameters
resultCode
int
result
BarcodeScannerResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
isAutoCancelledByTimeout
bool
Returns
- BarcodeScannerActivity.BarcodeScannerActivityResult
GetResult()
public BarcodeScanningResult GetResult()
Returns
- BarcodeScanningResult