Class SingleScanningMode
[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
boolbarcodeImageVisible
boolsheetColor
ScanbotColordividerColor
ScanbotColormodalOverlayColor
ScanbotColorbarcodeTitle
StyledTextbarcodeSubtitle
StyledTextsubmitButton
ButtonConfigurationcancelButton
ButtonConfigurationbarcodeInfoMapping
BarcodeInfoMappingarOverlay
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
BarcodeImageVisible
public bool BarcodeImageVisible { get; set; }
Property Value
BarcodeInfoMapping
public BarcodeInfoMapping BarcodeInfoMapping { get; set; }
Property Value
BarcodeSubtitle
public StyledText BarcodeSubtitle { get; set; }
Property Value
BarcodeTitle
public StyledText BarcodeTitle { get; set; }
Property Value
CancelButton
public ButtonConfiguration CancelButton { get; set; }
Property Value
ConfirmationSheetEnabled
public bool ConfirmationSheetEnabled { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
DividerColor
public ScanbotColor DividerColor { get; set; }
Property Value
ModalOverlayColor
public ScanbotColor ModalOverlayColor { get; set; }
Property Value
SheetColor
public ScanbotColor SheetColor { get; set; }
Property Value
SubmitButton
public ButtonConfiguration SubmitButton { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Z", "")]
public bool Component1()
Returns
Component10()
[Register("component10", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/BarcodeInfoMapping;", "")]
public BarcodeInfoMapping Component10()
Returns
Component11()
[Register("component11", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/ArOverlayGeneralConfiguration;", "")]
public ArOverlayGeneralConfiguration Component11()
Returns
Component2()
[Register("component2", "()Z", "")]
public bool Component2()
Returns
Component3()
[Register("component3", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component3()
Returns
Component4()
[Register("component4", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component4()
Returns
Component5()
[Register("component5", "()Lio/scanbot/sdk/ui_v2/common/ScanbotColor;", "")]
public ScanbotColor Component5()
Returns
Component6()
[Register("component6", "()Lio/scanbot/sdk/ui_v2/common/StyledText;", "")]
public StyledText Component6()
Returns
Component7()
[Register("component7", "()Lio/scanbot/sdk/ui_v2/common/StyledText;", "")]
public StyledText Component7()
Returns
Component8()
[Register("component8", "()Lio/scanbot/sdk/ui_v2/common/ButtonConfiguration;", "")]
public ButtonConfiguration Component8()
Returns
Component9()
[Register("component9", "()Lio/scanbot/sdk/ui_v2/common/ButtonConfiguration;", "")]
public ButtonConfiguration Component9()
Returns
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
boolbarcodeImageVisible
boolsheetColor
ScanbotColordividerColor
ScanbotColormodalOverlayColor
ScanbotColorbarcodeTitle
StyledTextbarcodeSubtitle
StyledTextsubmitButton
ButtonConfigurationcancelButton
ButtonConfigurationbarcodeInfoMapping
BarcodeInfoMappingarOverlay
ArOverlayGeneralConfiguration
Returns
Default()
[Register("default", "()Lio/scanbot/sdk/ui_v2/barcode/configuration/SingleScanningMode;", "")]
public static SingleScanningMode 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