Class EngineMode
[Register("io/scanbot/sdk/barcode/entity/EngineMode", DoNotGenerateAcw = true)]
public sealed class EngineMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
EngineMode
- Implements
- Inherited Members
Properties
B
[Register("b")]
public static IList<EngineMode> B { get; }
Property Value
LegacyFast
[Register("LegacyFast")]
public static EngineMode LegacyFast { get; }
Property Value
NextGen
[Register("NextGen")]
public static EngineMode NextGen { get; }
Property Value
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/entity/EngineMode;", "")]
public static EngineMode ValueOf(string value)
Parameters
value
string
Returns
Values()
[Register("values", "()[Lio/scanbot/sdk/barcode/entity/EngineMode;", "")]
public static EngineMode[] Values()