Class FindAndPickScanningMode
[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
ScanbotColorscanningPartiallyColor
ScanbotColorscanningNotScannedColor
ScanbotColorallowPartialScan
boolexpectedBarcodes
IList<ExpectedBarcode>countingRepeatDelay
intsheet
SheetsheetContent
SheetContentmanualCountEditDialog
ManualCountEditDialogarOverlay
ArOverlayFindAndPickConfigurationpartialScannedAlertDialogEnabled
boolpartialScannedAlertDialog
ScanbotAlertDialogconfirmationAlertDialogEnabled
boolconfirmationAlertDialog
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
ArOverlay
public ArOverlayFindAndPickConfiguration ArOverlay { get; set; }
Property Value
ConfirmationAlertDialog
public ScanbotAlertDialog ConfirmationAlertDialog { get; set; }
Property Value
ConfirmationAlertDialogEnabled
public bool ConfirmationAlertDialogEnabled { get; set; }
Property Value
CountingRepeatDelay
public int CountingRepeatDelay { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
ExpectedBarcodes
public IList<ExpectedBarcode> ExpectedBarcodes { get; set; }
Property Value
ManualCountEditDialog
public ManualCountEditDialog ManualCountEditDialog { get; set; }
Property Value
PartialScannedAlertDialog
public ScanbotAlertDialog PartialScannedAlertDialog { get; set; }
Property Value
PartialScannedAlertDialogEnabled
public bool PartialScannedAlertDialogEnabled { get; set; }
Property Value
ScanningCompletedColor
public ScanbotColor ScanningCompletedColor { get; set; }
Property Value
ScanningNotScannedColor
public ScanbotColor ScanningNotScannedColor { get; set; }
Property Value
ScanningPartiallyColor
public ScanbotColor ScanningPartiallyColor { get; set; }
Property Value
Sheet
public Sheet Sheet { get; set; }
Property Value
SheetContent
public SheetContent SheetContent { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component1()
Returns
Component10()
[Register("component10", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/ArOverlayFindAndPickConfiguration;", "")]
public ArOverlayFindAndPickConfiguration Component10()
Returns
Component11()
[Register("component11", "()Z", "")]
public bool Component11()
Returns
Component12()
[Register("component12", "()Lio/scanbot/sdk/ui_v2/common/ScanbotAlertDialog;", "")]
public ScanbotAlertDialog Component12()
Returns
Component13()
[Register("component13", "()Z", "")]
public bool Component13()
Returns
Component14()
[Register("component14", "()Lio/scanbot/sdk/ui_v2/common/ScanbotAlertDialog;", "")]
public ScanbotAlertDialog Component14()
Returns
Component2()
[Register("component2", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component2()
Returns
Component3()
[Register("component3", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component3()
Returns
Component4()
[Register("component4", "()Z", "")]
public bool Component4()
Returns
Component5()
[Register("component5", "()Ljava/util/List;", "")]
public IList<ExpectedBarcode> Component5()
Returns
Component6()
[Register("component6", "()I", "")]
public int Component6()
Returns
Component7()
[Register("component7", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/Sheet;", "")]
public Sheet Component7()
Returns
Component8()
[Register("component8", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/SheetContent;", "")]
public SheetContent Component8()
Returns
Component9()
[Register("component9", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/ManualCountEditDialog;", "")]
public ManualCountEditDialog Component9()
Returns
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
ScanbotColorscanningPartiallyColor
ScanbotColorscanningNotScannedColor
ScanbotColorallowPartialScan
boolexpectedBarcodes
IList<ExpectedBarcode>countingRepeatDelay
intsheet
SheetsheetContent
SheetContentmanualCountEditDialog
ManualCountEditDialogarOverlay
ArOverlayFindAndPickConfigurationpartialScannedAlertDialogEnabled
boolpartialScannedAlertDialog
ScanbotAlertDialogconfirmationAlertDialogEnabled
boolconfirmationAlertDialog
ScanbotAlertDialog
Returns
Default()
[Register("default", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/FindAndPickScanningMode;", "")]
public static FindAndPickScanningMode Default()
Returns
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
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
Get_type()
[Register("get_type", "()Ljava/lang/String;", "")]
public override string Get_type()
Returns
ToJson()
[Register("toJson", "()Lorg/json/JSONObject;", "")]
public override JSONObject ToJson()
Returns
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
Parcelflags
ParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE
.
Remarks
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the