Class BarcodeInfoMapping
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Barcode.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class BarcodeInfoMapping : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
BarcodeInfoMapping
- Implements
-
Constructors
BarcodeInfoMapping()
public BarcodeInfoMapping()
BarcodeInfoMapping(IBarcodeItemMapper, ScanbotColor, ScanbotColor, ScanbotColor, StyledText, BarcodeItemErrorState)
public BarcodeInfoMapping(IBarcodeItemMapper barcodeItemMapper, ScanbotColor sheetColor, ScanbotColor dividerColor, ScanbotColor modalOverlayColor, StyledText loadingMessage, BarcodeItemErrorState errorState)
Parameters
barcodeItemMapper
IBarcodeItemMapper
sheetColor
ScanbotColor
dividerColor
ScanbotColor
modalOverlayColor
ScanbotColor
loadingMessage
StyledText
errorState
BarcodeItemErrorState
BarcodeInfoMapping(JSONObject)
public BarcodeInfoMapping(JSONObject json)
Parameters
json
JSONObject
BarcodeInfoMapping(IDictionary<string, Object>)
public BarcodeInfoMapping(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
BarcodeItemMapper
public IBarcodeItemMapper BarcodeItemMapper { get; set; }
Property Value
- IBarcodeItemMapper
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
DividerColor
public ScanbotColor DividerColor { get; set; }
Property Value
- ScanbotColor
ErrorState
public BarcodeItemErrorState ErrorState { get; set; }
Property Value
- BarcodeItemErrorState
LoadingMessage
public StyledText LoadingMessage { get; set; }
Property Value
- StyledText
ModalOverlayColor
public ScanbotColor ModalOverlayColor { get; set; }
Property Value
- ScanbotColor
SheetColor
public ScanbotColor SheetColor { get; set; }
Property Value
- ScanbotColor
Methods
Component1()
public IBarcodeItemMapper Component1()
Returns
- IBarcodeItemMapper
Component2()
public ScanbotColor Component2()
Returns
- ScanbotColor
Component3()
public ScanbotColor Component3()
Returns
- ScanbotColor
Component4()
public ScanbotColor Component4()
Returns
- ScanbotColor
Component5()
public StyledText Component5()
Returns
- StyledText
Component6()
public BarcodeItemErrorState Component6()
Returns
- BarcodeItemErrorState
Copy(IBarcodeItemMapper, ScanbotColor, ScanbotColor, ScanbotColor, StyledText, BarcodeItemErrorState)
public BarcodeInfoMapping Copy(IBarcodeItemMapper barcodeItemMapper, ScanbotColor sheetColor, ScanbotColor dividerColor, ScanbotColor modalOverlayColor, StyledText loadingMessage, BarcodeItemErrorState errorState)
Parameters
barcodeItemMapper
IBarcodeItemMapper
sheetColor
ScanbotColor
dividerColor
ScanbotColor
modalOverlayColor
ScanbotColor
loadingMessage
StyledText
errorState
BarcodeItemErrorState
Returns
- BarcodeInfoMapping
Default()
public static BarcodeInfoMapping Default()
Returns
- BarcodeInfoMapping
DescribeContents()
public int DescribeContents()
Returns
- int
ToJson(ToJsonConfiguration)
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags