Class JsonEngineMode
[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
NextGen
[Register("NEXT_GEN")]
public static JsonEngineMode NextGen { get; }
Property Value
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
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/configuration/json/JsonEngineMode;", "")]
public static JsonEngineMode[] Values()