Table of Contents

Class MRZScannerActivity.MRZScannerActivityResult

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

Constructors

MRZScannerActivityResult(int, MrzScannerResult, bool, bool)

public MRZScannerActivityResult(int resultCode, MrzScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)

Parameters

resultCode int
result MrzScannerResult
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()

public int Component1()

Returns

int

Component2()

public MrzScannerResult Component2()

Returns

MrzScannerResult

Component3()

public bool Component3()

Returns

bool

Component4()

public bool Component4()

Returns

bool

Copy(int, MrzScannerResult, bool, bool)

public MRZScannerActivity.MRZScannerActivityResult Copy(int resultCode, MrzScannerResult result, bool isLicenseInvalid, bool sdkIsNotInitialized)

Parameters

resultCode int
result MrzScannerResult
isLicenseInvalid bool
sdkIsNotInitialized bool

Returns

MRZScannerActivity.MRZScannerActivityResult