Table of Contents

Class SwipeToDelete

Namespace
IO.Scanbot.Sdk.Ui_v2.Barcode.Configuration
Assembly
DocumentSDK.NET.Droid.dll
public sealed class SwipeToDelete : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
SwipeToDelete
Implements

Constructors

SwipeToDelete()

public SwipeToDelete()

SwipeToDelete(JSONObject)

public SwipeToDelete(JSONObject json)

Parameters

json JSONObject

SwipeToDelete(bool, ScanbotColor, ScanbotColor)

public SwipeToDelete(bool enabled, ScanbotColor backgroundColor, ScanbotColor iconColor)

Parameters

enabled bool
backgroundColor ScanbotColor
iconColor ScanbotColor

SwipeToDelete(IDictionary<string, Object>)

public SwipeToDelete(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

BackgroundColor

public ScanbotColor BackgroundColor { get; set; }

Property Value

ScanbotColor

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Enabled

public bool Enabled { get; set; }

Property Value

bool

IconColor

public ScanbotColor IconColor { get; set; }

Property Value

ScanbotColor

Methods

Component1()

public bool Component1()

Returns

bool

Component2()

public ScanbotColor Component2()

Returns

ScanbotColor

Component3()

public ScanbotColor Component3()

Returns

ScanbotColor

Copy(bool, ScanbotColor, ScanbotColor)

public SwipeToDelete Copy(bool enabled, ScanbotColor backgroundColor, ScanbotColor iconColor)

Parameters

enabled bool
backgroundColor ScanbotColor
iconColor ScanbotColor

Returns

SwipeToDelete

Default()

public static SwipeToDelete Default()

Returns

SwipeToDelete

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags