Table of Contents

Class SingleScanningMode

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

Constructors

SingleScanningMode()

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

SingleScanningMode(JSONObject)

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

Parameters

json JSONObject

SingleScanningMode(bool, bool, ScanbotColor, ScanbotColor, ScanbotColor, StyledText, StyledText, ButtonConfiguration, ButtonConfiguration, BarcodeInfoMapping, ArOverlayGeneralConfiguration)

[Register(".ctor", "(ZZLio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/ButtonConfiguration;Lio/scanbot/sdk/ui_v2/common/ButtonConfiguration;Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeInfoMapping;Lio/scanbot/sdk/ui_v2/barcode/configuration/ArOverlayGeneralConfiguration;)V", "")]
public SingleScanningMode(bool confirmationSheetEnabled, bool barcodeImageVisible, ScanbotColor sheetColor, ScanbotColor dividerColor, ScanbotColor modalOverlayColor, StyledText barcodeTitle, StyledText barcodeSubtitle, ButtonConfiguration submitButton, ButtonConfiguration cancelButton, BarcodeInfoMapping barcodeInfoMapping, ArOverlayGeneralConfiguration arOverlay)

Parameters

confirmationSheetEnabled bool
barcodeImageVisible bool
sheetColor ScanbotColor
dividerColor ScanbotColor
modalOverlayColor ScanbotColor
barcodeTitle StyledText
barcodeSubtitle StyledText
submitButton ButtonConfiguration
cancelButton ButtonConfiguration
barcodeInfoMapping BarcodeInfoMapping
arOverlay ArOverlayGeneralConfiguration

SingleScanningMode(IDictionary<string, Object>)

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

Parameters

source IDictionary<string, Object>

Properties

ArOverlay

public ArOverlayGeneralConfiguration ArOverlay { get; set; }

Property Value

ArOverlayGeneralConfiguration

BarcodeImageVisible

public bool BarcodeImageVisible { get; set; }

Property Value

bool

BarcodeInfoMapping

public BarcodeInfoMapping BarcodeInfoMapping { get; set; }

Property Value

BarcodeInfoMapping

BarcodeSubtitle

public StyledText BarcodeSubtitle { get; set; }

Property Value

StyledText

BarcodeTitle

public StyledText BarcodeTitle { get; set; }

Property Value

StyledText

CancelButton

public ButtonConfiguration CancelButton { get; set; }

Property Value

ButtonConfiguration

ConfirmationSheetEnabled

public bool ConfirmationSheetEnabled { get; set; }

Property Value

bool

Creator

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

Property Value

IParcelableCreator

DividerColor

public ScanbotColor DividerColor { get; set; }

Property Value

ScanbotColor

ModalOverlayColor

public ScanbotColor ModalOverlayColor { get; set; }

Property Value

ScanbotColor

SheetColor

public ScanbotColor SheetColor { get; set; }

Property Value

ScanbotColor

SubmitButton

public ButtonConfiguration SubmitButton { get; set; }

Property Value

ButtonConfiguration

Methods

Component1()

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

Returns

bool

Component10()

[Register("component10", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeInfoMapping;", "")]
public BarcodeInfoMapping Component10()

Returns

BarcodeInfoMapping

Component11()

[Register("component11", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/ArOverlayGeneralConfiguration;", "")]
public ArOverlayGeneralConfiguration Component11()

Returns

ArOverlayGeneralConfiguration

Component2()

[Register("component2", "()Z", "")]
public bool Component2()

Returns

bool

Component3()

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

Returns

ScanbotColor

Component4()

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

Returns

ScanbotColor

Component5()

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

Returns

ScanbotColor

Component6()

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

Returns

StyledText

Component7()

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

Returns

StyledText

Component8()

[Register("component8", "()Lio/scanbot/sdk/ui_v2/common/ButtonConfiguration;", "")]
public ButtonConfiguration Component8()

Returns

ButtonConfiguration

Component9()

[Register("component9", "()Lio/scanbot/sdk/ui_v2/common/ButtonConfiguration;", "")]
public ButtonConfiguration Component9()

Returns

ButtonConfiguration

Copy(bool, bool, ScanbotColor, ScanbotColor, ScanbotColor, StyledText, StyledText, ButtonConfiguration, ButtonConfiguration, BarcodeInfoMapping, ArOverlayGeneralConfiguration)

[Register("copy", "(ZZLio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/StyledText;Lio/scanbot/sdk/ui_v2/common/ButtonConfiguration;Lio/scanbot/sdk/ui_v2/common/ButtonConfiguration;Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeInfoMapping;Lio/scanbot/sdk/ui_v2/barcode/configuration/ArOverlayGeneralConfiguration;)Lio/scanbot/sdk/ui_v2/barcode/configuration/SingleScanningMode;", "")]
public SingleScanningMode Copy(bool confirmationSheetEnabled, bool barcodeImageVisible, ScanbotColor sheetColor, ScanbotColor dividerColor, ScanbotColor modalOverlayColor, StyledText barcodeTitle, StyledText barcodeSubtitle, ButtonConfiguration submitButton, ButtonConfiguration cancelButton, BarcodeInfoMapping barcodeInfoMapping, ArOverlayGeneralConfiguration arOverlay)

Parameters

confirmationSheetEnabled bool
barcodeImageVisible bool
sheetColor ScanbotColor
dividerColor ScanbotColor
modalOverlayColor ScanbotColor
barcodeTitle StyledText
barcodeSubtitle StyledText
submitButton ButtonConfiguration
cancelButton ButtonConfiguration
barcodeInfoMapping BarcodeInfoMapping
arOverlay ArOverlayGeneralConfiguration

Returns

SingleScanningMode

Default()

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

Returns

SingleScanningMode

DescribeContents()

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

[Register("describeContents", "()I", "")]
public override 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.

Get_type()

[Register("get_type", "()Ljava/lang/String;", "")]
public override string Get_type()

Returns

string

ToJson()

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

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

Flatten this object in to a Parcel.

[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public override 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.