Class BarcodeAccumulationMethod
- Namespace
- IO.Scanbot.Sdk.Barcode
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/barcode/BarcodeAccumulationMethod", DoNotGenerateAcw = true)]
public sealed class BarcodeAccumulationMethod : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BarcodeAccumulationMethod
- Implements
-
- Inherited Members
-
Properties
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
InterpolateByCamera
[Register("INTERPOLATE_BY_CAMERA")]
public static BarcodeAccumulationMethod InterpolateByCamera { get; }
Property Value
- BarcodeAccumulationMethod
LastVisible
[Register("LAST_VISIBLE")]
public static BarcodeAccumulationMethod LastVisible { get; }
Property Value
- BarcodeAccumulationMethod
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/BarcodeAccumulationMethod;", "")]
public static BarcodeAccumulationMethod FromJson(string json)
Parameters
json
string
Returns
- BarcodeAccumulationMethod
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/BarcodeAccumulationMethod;", "")]
public static BarcodeAccumulationMethod ValueOf(string value)
Parameters
value
string
Returns
- BarcodeAccumulationMethod
Values()
[Register("values", "()[Lio/scanbot/sdk/barcode/BarcodeAccumulationMethod;", "")]
public static BarcodeAccumulationMethod[] Values()
Returns
- BarcodeAccumulationMethod[]