Class AcknowledgementMode
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/document/configuration/AcknowledgementMode", DoNotGenerateAcw = true)]
public sealed class AcknowledgementMode : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
AcknowledgementMode
- Implements
-
- Inherited Members
-
Properties
Always
[Register("ALWAYS")]
public static AcknowledgementMode Always { get; }
Property Value
- AcknowledgementMode
BadQuality
[Register("BAD_QUALITY")]
public static AcknowledgementMode BadQuality { get; }
Property Value
- AcknowledgementMode
Entries
public static IEnumEntries Entries { get; }
Property Value
- IEnumEntries
None
[Register("NONE")]
public static AcknowledgementMode None { get; }
Property Value
- AcknowledgementMode
Methods
FromJson(string)
[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/document/configuration/AcknowledgementMode;", "")]
public static AcknowledgementMode FromJson(string json)
Parameters
json
string
Returns
- AcknowledgementMode
ToJson()
[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()
Returns
- string
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/document/configuration/AcknowledgementMode;", "")]
public static AcknowledgementMode ValueOf(string value)
Parameters
value
string
Returns
- AcknowledgementMode
Values()
[Register("values", "()[Lio/scanbot/sdk/ui_v2/document/configuration/AcknowledgementMode;", "")]
public static AcknowledgementMode[] Values()
Returns
- AcknowledgementMode[]