Class CheckScannerActivity.Result
- Namespace
- IO.Scanbot.Sdk.UI.View.Check
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class CheckScannerActivity.Result : Object, IScanbotActivityResult, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
CheckScannerActivity.Result
- Implements
-
Constructors
Result(int, CheckScanningResult, bool, bool)
public Result(int resultCode, CheckScanningResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)
Parameters
resultCode
int
result
CheckScanningResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
Properties
IsLicenseInvalid
public bool IsLicenseInvalid { get; }
Property Value
- bool
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 CheckScanningResult Component2()
Returns
- CheckScanningResult
Component3()
Returns
- bool
Component4()
Returns
- bool
Copy(int, CheckScanningResult, bool, bool)
public CheckScannerActivity.Result Copy(int resultCode, CheckScanningResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)
Parameters
resultCode
int
result
CheckScanningResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
Returns
- CheckScannerActivity.Result
GetResult()
public CheckScanningResult GetResult()
Returns
- CheckScanningResult