Table of Contents

Class BarcodeItemConfiguration

Namespace
IO.Scanbot.Sdk.Ui_v2.Barcode.Configuration
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/barcode/configuration/BarcodeItemConfiguration", DoNotGenerateAcw = true)]
public sealed class BarcodeItemConfiguration : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
BarcodeItemConfiguration
Implements
Inherited Members

Constructors

BarcodeItemConfiguration()

[Register(".ctor", "()V", "")]
public BarcodeItemConfiguration()

BarcodeItemConfiguration(JSONObject)

[Register(".ctor", "(Lorg/json/JSONObject;)V", "")]
public BarcodeItemConfiguration(JSONObject json)

Parameters

json JSONObject

BarcodeItemConfiguration(bool, StyledText, StyledText, StyledText, StyledText, PolygonStyle, PolygonStyle)

[Register(".ctor", "(ZLio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;)V", "")]
public BarcodeItemConfiguration(bool imageVisible, StyledText titleSelected, StyledText subtitleSelected, StyledText titleDeselected, StyledText subtitleDeselected, PolygonStyle backgroundSelected, PolygonStyle backgroundDeselected)

Parameters

imageVisible bool
titleSelected StyledText
subtitleSelected StyledText
titleDeselected StyledText
subtitleDeselected StyledText
backgroundSelected PolygonStyle
backgroundDeselected PolygonStyle

BarcodeItemConfiguration(IDictionary<string, Object>)

[Register(".ctor", "(Ljava/util/Map;)V", "")]
public BarcodeItemConfiguration(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

BackgroundDeselected

public PolygonStyle BackgroundDeselected { get; set; }

Property Value

PolygonStyle

BackgroundSelected

public PolygonStyle BackgroundSelected { get; set; }

Property Value

PolygonStyle

Creator

[Register("CREATOR")]
public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

ImageVisible

public bool ImageVisible { get; set; }

Property Value

bool

SubtitleDeselected

public StyledText SubtitleDeselected { get; set; }

Property Value

StyledText

SubtitleSelected

public StyledText SubtitleSelected { get; set; }

Property Value

StyledText

TitleDeselected

public StyledText TitleDeselected { get; set; }

Property Value

StyledText

TitleSelected

public StyledText TitleSelected { get; set; }

Property Value

StyledText

Methods

Component1()

[Register("component1", "()Z", "")]
public bool Component1()

Returns

bool

Component2()

[Register("component2", "()Lio/scanbot/sdk/ui_v2/common/StyledText;", "")]
public StyledText Component2()

Returns

StyledText

Component3()

[Register("component3", "()Lio/scanbot/sdk/ui_v2/common/StyledText;", "")]
public StyledText Component3()

Returns

StyledText

Component4()

[Register("component4", "()Lio/scanbot/sdk/ui_v2/common/StyledText;", "")]
public StyledText Component4()

Returns

StyledText

Component5()

[Register("component5", "()Lio/scanbot/sdk/ui_v2/common/StyledText;", "")]
public StyledText Component5()

Returns

StyledText

Component6()

[Register("component6", "()Lio/scanbot/sdk/ui_v2/common/PolygonStyle;", "")]
public PolygonStyle Component6()

Returns

PolygonStyle

Component7()

[Register("component7", "()Lio/scanbot/sdk/ui_v2/common/PolygonStyle;", "")]
public PolygonStyle Component7()

Returns

PolygonStyle

Copy(bool, StyledText, StyledText, StyledText, StyledText, PolygonStyle, PolygonStyle)

[Register("copy", "(ZLio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;Lio/scanbot/sdk/ui_v2/common/PolygonStyle;)Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeItemConfiguration;", "")]
public BarcodeItemConfiguration Copy(bool imageVisible, StyledText titleSelected, StyledText subtitleSelected, StyledText titleDeselected, StyledText subtitleDeselected, PolygonStyle backgroundSelected, PolygonStyle backgroundDeselected)

Parameters

imageVisible bool
titleSelected StyledText
subtitleSelected StyledText
titleDeselected StyledText
subtitleDeselected StyledText
backgroundSelected PolygonStyle
backgroundDeselected PolygonStyle

Returns

BarcodeItemConfiguration

Default()

[Register("default", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeItemConfiguration;", "")]
public static BarcodeItemConfiguration Default()

Returns

BarcodeItemConfiguration

DescribeContents()

Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.

[Register("describeContents", "()I", "")]
public int DescribeContents()

Returns

int

a bitmask indicating the set of special object types marshaled by this Parcelable object instance.

Remarks

Java documentation for

android.os.Parcelable.describeContents()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

ToJson()

[Register("toJson", "()Lorg/json/JSONObject;", "")]
public JSONObject ToJson()

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags

Additional flags about how the object should be written. May be 0 or #PARCELABLE_WRITE_RETURN_VALUE.

Remarks

Java documentation for

android.os.Parcelable.writeToParcel(android.os.Parcel, int)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.