Table of Contents

Class BottomSheetState

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

Properties

CurrentValue

public BottomSheetValue CurrentValue { get; }

Property Value

BottomSheetValue

IsCollapsed

public bool IsCollapsed { get; }

Property Value

bool

IsExpanded

public bool IsExpanded { get; }

Property Value

bool

Offset

[Obsolete("deprecated")]
public float Offset { get; }

Property Value

float

Progress

public float Progress { get; }

Property Value

float

SwipeableState

public SwipeableV2State SwipeableState { get; }

Property Value

SwipeableV2State

Methods

Collapse(IContinuation)

[Register("collapse", "(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "")]
public Object Collapse(IContinuation _completion)

Parameters

_completion IContinuation

Returns

Object

Expand(IContinuation)

[Register("expand", "(Lkotlin/coroutines/Continuation;)Ljava/lang/Object;", "")]
public Object Expand(IContinuation _completion)

Parameters

_completion IContinuation

Returns

Object

RequireOffset()

[Register("requireOffset", "()F", "")]
public float RequireOffset()

Returns

float