Table of Contents

Class VinScannerActivity.VinScannerActivityResult

Namespace
IO.Scanbot.Sdk.UI.View.Vin
Assembly
DocumentSDK.NET.Droid.dll
public sealed class VinScannerActivity.VinScannerActivityResult : Object, IScanbotActivityResult, IJavaObject, IDisposable, IJavaPeerable
Inheritance
VinScannerActivity.VinScannerActivityResult
Implements

Constructors

VinScannerActivityResult(int, VinScannerResult, bool, bool)

public VinScannerActivityResult(int resultCode, VinScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)

Parameters

resultCode int
result VinScannerResult
isLicenseInvalid bool
sdkIsNotInitialized bool

Properties

IsLicenseInvalid

public bool IsLicenseInvalid { get; }

Property Value

bool

Result

public VinScannerResult Result { get; }

Property Value

VinScannerResult

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

Returns

VinScannerResult

Component3()

public bool Component3()

Returns

bool

Component4()

public bool Component4()

Returns

bool

Copy(int, VinScannerResult, bool, bool)

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

Parameters

resultCode int
result VinScannerResult
isLicenseInvalid bool
sdkIsNotInitialized bool

Returns

VinScannerActivity.VinScannerActivityResult