Class VinScannerActivity.VinScannerActivityResult
public sealed class VinScannerActivity.VinScannerActivityResult : Object, BaseVinScannerActivity.IInternalResult, IScanbotActivityResult, BaseVinScannerActivity.IAutoCancellableResult, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
VinScannerActivity.VinScannerActivityResult
- Implements
Constructors
VinScannerActivityResult(int, VinScannerUiResult, bool, bool, bool)
public VinScannerActivityResult(int resultCode, VinScannerUiResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)
Parameters
resultCode
intresult
VinScannerUiResultisLicenseInvalid
boolsdkIsNotInitialized
boolisAutoCancelledByTimeout
bool
Properties
IsAutoCancelledByTimeout
public bool IsAutoCancelledByTimeout { get; }
Property Value
IsLicenseInvalid
public bool IsLicenseInvalid { get; }
Property Value
Result
It returns the VinResult object.
public Object Result { get; }
Property Value
ResultCode
public int ResultCode { get; }
Property Value
ResultOk
public bool ResultOk { get; }
Property Value
SdkIsNotInitialized
public bool SdkIsNotInitialized { get; }
Property Value
Methods
Component1()
public int Component1()
Returns
Component2()
public VinScannerUiResult Component2()
Returns
Component3()
public bool Component3()
Returns
Component4()
public bool Component4()
Returns
Component5()
public bool Component5()
Returns
Copy(int, VinScannerUiResult, bool, bool, bool)
public VinScannerActivity.VinScannerActivityResult Copy(int resultCode, VinScannerUiResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)
Parameters
resultCode
intresult
VinScannerUiResultisLicenseInvalid
boolsdkIsNotInitialized
boolisAutoCancelledByTimeout
bool
Returns
VinResult()
public VinScannerUiResult VinResult()