Table of Contents

Class BarcodeScannerActivity.BarcodeScannerActivityResult

Namespace
IO.Scanbot.Sdk.Ui_v2.Barcode
Assembly
DocumentSDK.NET.Droid.dll
public sealed class BarcodeScannerActivity.BarcodeScannerActivityResult : Object, BaseBarcodeScannerActivity.IInternalResult, BaseBarcodeScannerActivity.IAutoCancellableResult, IScanbotActivityResult, IJavaObject, IDisposable, IJavaPeerable
Inheritance
BarcodeScannerActivity.BarcodeScannerActivityResult
Implements

Constructors

BarcodeScannerActivityResult(int, BarcodeScannerUiResult, bool, bool, bool)

public BarcodeScannerActivityResult(int resultCode, BarcodeScannerUiResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)

Parameters

resultCode int
result BarcodeScannerUiResult
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool

Properties

IsAutoCancelledByTimeout

public bool IsAutoCancelledByTimeout { get; }

Property Value

bool

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

public int Component1()

Returns

int

Component2()

public BarcodeScannerUiResult Component2()

Returns

BarcodeScannerUiResult

Component3()

public bool Component3()

Returns

bool

Component4()

public bool Component4()

Returns

bool

Component5()

public bool Component5()

Returns

bool

Copy(int, BarcodeScannerUiResult, bool, bool, bool)

public BarcodeScannerActivity.BarcodeScannerActivityResult Copy(int resultCode, BarcodeScannerUiResult result, bool isLicenseInvalid, bool sdkIsNotInitialized, bool isAutoCancelledByTimeout)

Parameters

resultCode int
result BarcodeScannerUiResult
isLicenseInvalid bool
sdkIsNotInitialized bool
isAutoCancelledByTimeout bool

Returns

BarcodeScannerActivity.BarcodeScannerActivityResult

ScannerUiResult()

public BarcodeScannerUiResult ScannerUiResult()

Returns

BarcodeScannerUiResult