Class ScanbotCameraView.State
- Namespace
- IO.Scanbot.Sdk.Camera
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/camera/ScanbotCameraView$State", DoNotGenerateAcw = true)]
public sealed class ScanbotCameraView.State : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ScanbotCameraView.State
- Implements
-
- Inherited Members
-
Constructors
State(string, int)
[Register(".ctor", "(Ljava/lang/String;I)V", "")]
public State(string _enum_name, int _enum_ordinal)
Parameters
_enum_name
string
_enum_ordinal
int
Properties
A
[Register("a")]
public static IList<ScanbotCameraView.State> A { get; }
Property Value
- IList<ScanbotCameraView.State>
Idle
[Register("IDLE")]
public static ScanbotCameraView.State Idle { get; }
Property Value
- ScanbotCameraView.State
PendingShoot
[Register("PENDING_SHOOT")]
public static ScanbotCameraView.State PendingShoot { get; }
Property Value
- ScanbotCameraView.State
Shooting
[Register("SHOOTING")]
public static ScanbotCameraView.State Shooting { get; }
Property Value
- ScanbotCameraView.State
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/camera/ScanbotCameraView$State;", "")]
public static ScanbotCameraView.State ValueOf(string value)
Parameters
value
string
Returns
- ScanbotCameraView.State
Values()
[Register("values", "()[Lio/scanbot/sdk/camera/ScanbotCameraView$State;", "")]
public static ScanbotCameraView.State[] Values()
Returns
- State[]