Table of Contents

Class BarcodeScanAndCountView.ScanState

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

Constructors

ScanState(string, int)

[Register(".ctor", "(Ljava/lang/String;I)V", "")]
public ScanState(string _enum_name, int _enum_ordinal)

Parameters

_enum_name string
_enum_ordinal int

Properties

A

[Register("a")]
public static IList<BarcodeScanAndCountView.ScanState> A { get; }

Property Value

IList<BarcodeScanAndCountView.ScanState>

Idle

[Register("IDLE")]
public static BarcodeScanAndCountView.ScanState Idle { get; }

Property Value

BarcodeScanAndCountView.ScanState

Result

[Register("RESULT")]
public static BarcodeScanAndCountView.ScanState Result { get; }

Property Value

BarcodeScanAndCountView.ScanState

Scanning

[Register("SCANNING")]
public static BarcodeScanAndCountView.ScanState Scanning { get; }

Property Value

BarcodeScanAndCountView.ScanState

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/barcode/ui/BarcodeScanAndCountView$ScanState;", "")]
public static BarcodeScanAndCountView.ScanState ValueOf(string value)

Parameters

value string

Returns

BarcodeScanAndCountView.ScanState

Values()

[Register("values", "()[Lio/scanbot/sdk/barcode/ui/BarcodeScanAndCountView$ScanState;", "")]
public static BarcodeScanAndCountView.ScanState[] Values()

Returns

ScanState[]