Table of Contents

Class JsonEngineMode

Namespace
IO.Scanbot.Sdk.UI.Configuration.Json
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/configuration/json/JsonEngineMode", DoNotGenerateAcw = true)]
public sealed class JsonEngineMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
JsonEngineMode
Implements
Inherited Members

Properties

Legacy

[Register("LEGACY")]
public static JsonEngineMode Legacy { get; }

Property Value

JsonEngineMode

NextGen

[Register("NEXT_GEN")]
public static JsonEngineMode NextGen { get; }

Property Value

JsonEngineMode

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/configuration/json/JsonEngineMode;", "")]
public static JsonEngineMode ValueOf(string value)

Parameters

value string

Returns

JsonEngineMode

Values()

[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonEngineMode;", "")]
public static JsonEngineMode[] Values()

Returns

JsonEngineMode[]