Table of Contents

Class Gs1Handling

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

Properties

Decode

[Register("DECODE")]
public static Gs1Handling Decode { get; }

Property Value

Gs1Handling

None

[Register("NONE")]
public static Gs1Handling None { get; }

Property Value

Gs1Handling

Parse

[Register("PARSE")]
public static Gs1Handling Parse { get; }

Property Value

Gs1Handling

Validate

[Register("VALIDATE")]
public static Gs1Handling Validate { get; }

Property Value

Gs1Handling

Methods

FromJson(string)

[Register("fromJson", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/barcode/configuration/Gs1Handling;", "")]
public static Gs1Handling FromJson(string json)

Parameters

json string

Returns

Gs1Handling

ToJson()

[Register("toJson", "()Ljava/lang/String;", "")]
public string ToJson()

Returns

string

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/barcode/configuration/Gs1Handling;", "")]
public static Gs1Handling ValueOf(string value)

Parameters

value string

Returns

Gs1Handling

Values()

[Register("values", "()[Lio/scanbot/sdk/ui_v2/barcode/configuration/Gs1Handling;", "")]
public static Gs1Handling[] Values()

Returns

Gs1Handling[]