Table of Contents

Class BadgedButton

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

Constructors

BadgedButton()

public BadgedButton()

BadgedButton(ScanbotColor, ScanbotColor, bool, ScanbotColor, ScanbotColor, ScanbotColor, ScanbotColor)

public BadgedButton(ScanbotColor badgeBackgroundColor, ScanbotColor badgeForegroundColor, bool visible, ScanbotColor backgroundColor, ScanbotColor foregroundColor, ScanbotColor activeBackgroundColor, ScanbotColor activeForegroundColor)

Parameters

badgeBackgroundColor ScanbotColor
badgeForegroundColor ScanbotColor
visible bool
backgroundColor ScanbotColor
foregroundColor ScanbotColor
activeBackgroundColor ScanbotColor
activeForegroundColor ScanbotColor

BadgedButton(JSONObject)

public BadgedButton(JSONObject json)

Parameters

json JSONObject

BadgedButton(IDictionary<string, Object>)

public BadgedButton(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

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

BadgeBackgroundColor

public ScanbotColor BadgeBackgroundColor { get; set; }

Property Value

ScanbotColor

BadgeForegroundColor

public ScanbotColor BadgeForegroundColor { 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 ScanbotColor Component1()

Returns

ScanbotColor

Component2()

public ScanbotColor Component2()

Returns

ScanbotColor

Component3()

public bool Component3()

Returns

bool

Component4()

public ScanbotColor Component4()

Returns

ScanbotColor

Component5()

public ScanbotColor Component5()

Returns

ScanbotColor

Component6()

public ScanbotColor Component6()

Returns

ScanbotColor

Component7()

public ScanbotColor Component7()

Returns

ScanbotColor

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

public BadgedButton Copy(ScanbotColor badgeBackgroundColor, ScanbotColor badgeForegroundColor, bool visible, ScanbotColor backgroundColor, ScanbotColor foregroundColor, ScanbotColor activeBackgroundColor, ScanbotColor activeForegroundColor)

Parameters

badgeBackgroundColor ScanbotColor
badgeForegroundColor ScanbotColor
visible bool
backgroundColor ScanbotColor
foregroundColor ScanbotColor
activeBackgroundColor ScanbotColor
activeForegroundColor ScanbotColor

Returns

BadgedButton

Default()

public static BadgedButton Default()

Returns

BadgedButton

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