Table of Contents

Interface IScanbotActivityResult

Namespace
IO.Scanbot.Sdk.UI
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/ScanbotActivityResult", "", "IO.Scanbot.Sdk.UI.IScanbotActivityResultInvoker")]
[JavaTypeParameters(new string[] { "R" })]
public interface IScanbotActivityResult : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Properties

IsLicenseInvalid

bool IsLicenseInvalid { get; }

Property Value

bool

Result

Object Result { get; }

Property Value

Object

ResultCode

int ResultCode { get; }

Property Value

int

ResultOk

bool ResultOk { get; }

Property Value

bool

SdkIsNotInitialized

bool SdkIsNotInitialized { get; }

Property Value

bool