Class VinScannerActivity.VinScannerActivityResult
- Namespace
- IO.Scanbot.Sdk.UI.View.Vin
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/vin/VinScannerActivity$Result", DoNotGenerateAcw = true)]
public sealed class VinScannerActivity.VinScannerActivityResult : Object, IScanbotActivityResult, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
VinScannerActivity.VinScannerActivityResult
- Implements
-
- Inherited Members
-
Constructors
VinScannerActivityResult(int, VinScanResult, bool, bool)
[Register(".ctor", "(ILio/scanbot/sdk/vin/VinScanResult;ZZ)V", "")]
public VinScannerActivityResult(int resultCode, VinScanResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)
Parameters
resultCode
int
result
VinScanResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
Properties
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/vin/VinScanResult;", "")]
public VinScanResult Component2()
Returns
- VinScanResult
Component3()
[Register("component3", "()Z", "")]
public bool Component3()
Returns
- bool
Component4()
[Register("component4", "()Z", "")]
public bool Component4()
Returns
- bool
Copy(int, VinScanResult, bool, bool)
[Register("copy", "(ILio/scanbot/sdk/vin/VinScanResult;ZZ)Lio/scanbot/sdk/ui/view/vin/VinScannerActivity$Result;", "")]
public VinScannerActivity.VinScannerActivityResult Copy(int resultCode, VinScanResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)
Parameters
resultCode
int
result
VinScanResult
isLicenseInvalid
bool
sdkIsNotInitialized
bool
Returns
- VinScannerActivity.VinScannerActivityResult