Table of Contents

Class ILicensePlateCameraView.IViewModel.ConfirmationState

Namespace
IO.Scanbot.Sdk.UI.View.Licenseplate
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/licenseplate/ILicensePlateCameraView$ViewModel$ConfirmationState", DoNotGenerateAcw = true)]
public sealed class ILicensePlateCameraView.IViewModel.ConfirmationState : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ILicensePlateCameraView.IViewModel.ConfirmationState
Implements
Inherited Members

Properties

NotShown

[Register("NOT_SHOWN")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState NotShown { get; }

Property Value

ILicensePlateCameraView.IViewModel.ConfirmationState

Pending

[Register("PENDING")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState Pending { get; }

Property Value

ILicensePlateCameraView.IViewModel.ConfirmationState

Removed

[Register("REMOVED")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState Removed { get; }

Property Value

ILicensePlateCameraView.IViewModel.ConfirmationState

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/view/licenseplate/ILicensePlateCameraView$ViewModel$ConfirmationState;", "")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState ValueOf(string value)

Parameters

value string

Returns

ILicensePlateCameraView.IViewModel.ConfirmationState

Values()

[Register("values", "()[Lio/scanbot/sdk/ui/view/licenseplate/ILicensePlateCameraView$ViewModel$ConfirmationState;", "")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState[] Values()

Returns

ConfirmationState[]