Table of Contents

Class RoundButton

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

Constructors

RoundButton()

public RoundButton()

RoundButton(JSONObject)

public RoundButton(JSONObject json)

Parameters

json JSONObject

RoundButton(bool, string, ScanbotColor, ScanbotColor, ScanbotColor, ScanbotColor)

public RoundButton(bool visible, string accessibilityDescription, ScanbotColor backgroundColor, ScanbotColor foregroundColor, ScanbotColor activeBackgroundColor, ScanbotColor activeForegroundColor)

Parameters

visible bool
accessibilityDescription string
backgroundColor ScanbotColor
foregroundColor ScanbotColor
activeBackgroundColor ScanbotColor
activeForegroundColor ScanbotColor

RoundButton(IDictionary<string, Object>)

public RoundButton(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

AccessibilityDescription

public string AccessibilityDescription { get; set; }

Property Value

string

ActiveBackgroundColor

public ScanbotColor ActiveBackgroundColor { get; set; }

Property Value

ScanbotColor

ActiveForegroundColor

public ScanbotColor ActiveForegroundColor { get; set; }

Property Value

ScanbotColor

BackgroundColor

public ScanbotColor BackgroundColor { get; set; }

Property Value

ScanbotColor

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

ForegroundColor

public ScanbotColor ForegroundColor { get; set; }

Property Value

ScanbotColor

Visible

public bool Visible { get; set; }

Property Value

bool

Methods

Component1()

public bool Component1()

Returns

bool

Component2()

public string Component2()

Returns

string

Component3()

public ScanbotColor Component3()

Returns

ScanbotColor

Component4()

public ScanbotColor Component4()

Returns

ScanbotColor

Component5()

public ScanbotColor Component5()

Returns

ScanbotColor

Component6()

public ScanbotColor Component6()

Returns

ScanbotColor

Copy(bool, string, ScanbotColor, ScanbotColor, ScanbotColor, ScanbotColor)

public RoundButton Copy(bool visible, string accessibilityDescription, ScanbotColor backgroundColor, ScanbotColor foregroundColor, ScanbotColor activeBackgroundColor, ScanbotColor activeForegroundColor)

Parameters

visible bool
accessibilityDescription string
backgroundColor ScanbotColor
foregroundColor ScanbotColor
activeBackgroundColor ScanbotColor
activeForegroundColor ScanbotColor

Returns

RoundButton

Default()

public static RoundButton Default()

Returns

RoundButton

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