Table of Contents

Class VinScannerActivity.VinScannerActivityResult

Namespace
IO.Scanbot.Sdk.Ui_v2.Vin
Assembly
DocumentSDK.NET.Droid.dll
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 int
result VinScannerUiResult
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool

Properties

IsAutoCancelledByTimeout

public bool IsAutoCancelledByTimeout { get; }

Property Value

bool

IsLicenseInvalid

public bool IsLicenseInvalid { get; }

Property Value

bool

Result

It returns the VinResult object.

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()

public int Component1()

Returns

int

Component2()

public VinScannerUiResult Component2()

Returns

VinScannerUiResult

Component3()

public bool Component3()

Returns

bool

Component4()

public bool Component4()

Returns

bool

Component5()

public bool Component5()

Returns

bool

Copy(int, VinScannerUiResult, bool, bool, bool)

public VinScannerActivity.VinScannerActivityResult Copy(int resultCode, VinScannerUiResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)

Parameters

resultCode int
result VinScannerUiResult
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool

Returns

VinScannerActivity.VinScannerActivityResult

VinResult()

public VinScannerUiResult VinResult()

Returns

VinScannerUiResult