Table of Contents

Class BottomBarMode

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

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Gradient

[Register("GRADIENT")]
public static BottomBarMode Gradient { get; }

Property Value

BottomBarMode

Hidden

[Register("HIDDEN")]
public static BottomBarMode Hidden { get; }

Property Value

BottomBarMode

Solid

[Register("SOLID")]
public static BottomBarMode Solid { get; }

Property Value

BottomBarMode

Methods

FromJson(string)

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

Parameters

json string

Returns

BottomBarMode

ToJson()

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

Returns

string

ValueOf(string)

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

Parameters

value string

Returns

BottomBarMode

Values()

[Register("values", "()[Lio/scanbot/sdk/ui_v2/common/BottomBarMode;", "")]
public static BottomBarMode[] Values()

Returns

BottomBarMode[]