Class ILicensePlateCameraView.IViewModel.ConfirmationState
[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
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
NotShown
[Register("NOT_SHOWN")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState NotShown { get; }
Property Value
Pending
[Register("PENDING")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState Pending { get; }
Property Value
Removed
[Register("REMOVED")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState Removed { get; }
Property Value
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
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/view/licenseplate/ILicensePlateCameraView$ViewModel$ConfirmationState;", "")]
public static ILicensePlateCameraView.IViewModel.ConfirmationState[] Values()