Table of Contents

Class FindAndPickScanningMode

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

Constructors

FindAndPickScanningMode()

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

FindAndPickScanningMode(ScanbotColor, ScanbotColor, ScanbotColor, bool, IList<ExpectedBarcode>, int, Sheet, SheetContent, ManualCountEditDialog, ArOverlayFindAndPickConfiguration, bool, ScanbotAlertDialog, bool, ScanbotAlertDialog)

[Register(".ctor", "(Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;ZLjava/util/List;ILio/scanbot/sdk/ui_v2/barcode/configuration/Sheet;Lio/scanbot/sdk/ui_v2/barcode/configuration/SheetContent;Lio/scanbot/sdk/ui_v2/barcode/configuration/ManualCountEditDialog;Lio/scanbot/sdk/ui_v2/barcode/configuration/ArOverlayFindAndPickConfiguration;ZLio/scanbot/sdk/ui_v2/common/ScanbotAlertDialog;ZLio/scanbot/sdk/ui_v2/common/ScanbotAlertDialog;)V", "")]
public FindAndPickScanningMode(ScanbotColor scanningCompletedColor, ScanbotColor scanningPartiallyColor, ScanbotColor scanningNotScannedColor, bool allowPartialScan, IList<ExpectedBarcode> expectedBarcodes, int countingRepeatDelay, Sheet sheet, SheetContent sheetContent, ManualCountEditDialog manualCountEditDialog, ArOverlayFindAndPickConfiguration arOverlay, bool partialScannedAlertDialogEnabled, ScanbotAlertDialog partialScannedAlertDialog, bool confirmationAlertDialogEnabled, ScanbotAlertDialog confirmationAlertDialog)

Parameters

scanningCompletedColor ScanbotColor
scanningPartiallyColor ScanbotColor
scanningNotScannedColor ScanbotColor
allowPartialScan bool
expectedBarcodes IList<ExpectedBarcode>
countingRepeatDelay int
sheet Sheet
sheetContent SheetContent
manualCountEditDialog ManualCountEditDialog
arOverlay ArOverlayFindAndPickConfiguration
partialScannedAlertDialogEnabled bool
partialScannedAlertDialog ScanbotAlertDialog
confirmationAlertDialogEnabled bool
confirmationAlertDialog ScanbotAlertDialog

FindAndPickScanningMode(JSONObject)

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

Parameters

json JSONObject

FindAndPickScanningMode(IDictionary<string, Object>)

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

Parameters

source IDictionary<string, Object>

Properties

AllowPartialScan

public bool AllowPartialScan { get; set; }

Property Value

bool

ArOverlay

public ArOverlayFindAndPickConfiguration ArOverlay { get; set; }

Property Value

ArOverlayFindAndPickConfiguration

ConfirmationAlertDialog

public ScanbotAlertDialog ConfirmationAlertDialog { get; set; }

Property Value

ScanbotAlertDialog

ConfirmationAlertDialogEnabled

public bool ConfirmationAlertDialogEnabled { get; set; }

Property Value

bool

CountingRepeatDelay

public int CountingRepeatDelay { get; set; }

Property Value

int

Creator

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

Property Value

IParcelableCreator

ExpectedBarcodes

public IList<ExpectedBarcode> ExpectedBarcodes { get; set; }

Property Value

IList<ExpectedBarcode>

ManualCountEditDialog

public ManualCountEditDialog ManualCountEditDialog { get; set; }

Property Value

ManualCountEditDialog

PartialScannedAlertDialog

public ScanbotAlertDialog PartialScannedAlertDialog { get; set; }

Property Value

ScanbotAlertDialog

PartialScannedAlertDialogEnabled

public bool PartialScannedAlertDialogEnabled { get; set; }

Property Value

bool

ScanningCompletedColor

public ScanbotColor ScanningCompletedColor { get; set; }

Property Value

ScanbotColor

ScanningNotScannedColor

public ScanbotColor ScanningNotScannedColor { get; set; }

Property Value

ScanbotColor

ScanningPartiallyColor

public ScanbotColor ScanningPartiallyColor { get; set; }

Property Value

ScanbotColor

Sheet

public Sheet Sheet { get; set; }

Property Value

Sheet

SheetContent

public SheetContent SheetContent { get; set; }

Property Value

SheetContent

Methods

Component1()

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

Returns

ScanbotColor

Component10()

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

Returns

ArOverlayFindAndPickConfiguration

Component11()

[Register("component11", "()Z", "")]
public bool Component11()

Returns

bool

Component12()

[Register("component12", "()Lio/scanbot/sdk/ui_v2/common/ScanbotAlertDialog;", "")]
public ScanbotAlertDialog Component12()

Returns

ScanbotAlertDialog

Component13()

[Register("component13", "()Z", "")]
public bool Component13()

Returns

bool

Component14()

[Register("component14", "()Lio/scanbot/sdk/ui_v2/common/ScanbotAlertDialog;", "")]
public ScanbotAlertDialog Component14()

Returns

ScanbotAlertDialog

Component2()

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

Returns

ScanbotColor

Component3()

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

Returns

ScanbotColor

Component4()

[Register("component4", "()Z", "")]
public bool Component4()

Returns

bool

Component5()

[Register("component5", "()Ljava/util/List;", "")]
public IList<ExpectedBarcode> Component5()

Returns

IList<ExpectedBarcode>

Component6()

[Register("component6", "()I", "")]
public int Component6()

Returns

int

Component7()

[Register("component7", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/Sheet;", "")]
public Sheet Component7()

Returns

Sheet

Component8()

[Register("component8", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/SheetContent;", "")]
public SheetContent Component8()

Returns

SheetContent

Component9()

[Register("component9", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/ManualCountEditDialog;", "")]
public ManualCountEditDialog Component9()

Returns

ManualCountEditDialog

Copy(ScanbotColor, ScanbotColor, ScanbotColor, bool, IList<ExpectedBarcode>, int, Sheet, SheetContent, ManualCountEditDialog, ArOverlayFindAndPickConfiguration, bool, ScanbotAlertDialog, bool, ScanbotAlertDialog)

[Register("copy", "(Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;Lio/scanbot/sdk/ui_v2/common/ScanbotColor;ZLjava/util/List;ILio/scanbot/sdk/ui_v2/barcode/configuration/Sheet;Lio/scanbot/sdk/ui_v2/barcode/configuration/SheetContent;Lio/scanbot/sdk/ui_v2/barcode/configuration/ManualCountEditDialog;Lio/scanbot/sdk/ui_v2/barcode/configuration/ArOverlayFindAndPickConfiguration;ZLio/scanbot/sdk/ui_v2/common/ScanbotAlertDialog;ZLio/scanbot/sdk/ui_v2/common/ScanbotAlertDialog;)Lio/scanbot/sdk/ui_v2/barcode/configuration/FindAndPickScanningMode;", "")]
public FindAndPickScanningMode Copy(ScanbotColor scanningCompletedColor, ScanbotColor scanningPartiallyColor, ScanbotColor scanningNotScannedColor, bool allowPartialScan, IList<ExpectedBarcode> expectedBarcodes, int countingRepeatDelay, Sheet sheet, SheetContent sheetContent, ManualCountEditDialog manualCountEditDialog, ArOverlayFindAndPickConfiguration arOverlay, bool partialScannedAlertDialogEnabled, ScanbotAlertDialog partialScannedAlertDialog, bool confirmationAlertDialogEnabled, ScanbotAlertDialog confirmationAlertDialog)

Parameters

scanningCompletedColor ScanbotColor
scanningPartiallyColor ScanbotColor
scanningNotScannedColor ScanbotColor
allowPartialScan bool
expectedBarcodes IList<ExpectedBarcode>
countingRepeatDelay int
sheet Sheet
sheetContent SheetContent
manualCountEditDialog ManualCountEditDialog
arOverlay ArOverlayFindAndPickConfiguration
partialScannedAlertDialogEnabled bool
partialScannedAlertDialog ScanbotAlertDialog
confirmationAlertDialogEnabled bool
confirmationAlertDialog ScanbotAlertDialog

Returns

FindAndPickScanningMode

Default()

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

Returns

FindAndPickScanningMode

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.