Table of Contents

Class BottomSheetValue

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

Properties

Collapsed

[Register("Collapsed")]
public static BottomSheetValue Collapsed { get; }

Property Value

BottomSheetValue

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Expanded

[Register("Expanded")]
public static BottomSheetValue Expanded { get; }

Property Value

BottomSheetValue

Methods

ValueOf(string)

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

Parameters

value string

Returns

BottomSheetValue

Values()

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

Returns

BottomSheetValue[]