Class SheetContent
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Barcode.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class SheetContent : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
SheetContent
- Implements
-
Constructors
SheetContent()
SheetContent(ScanbotColor, ScanbotColor, bool, ScanbotColor, ScanbotColor, StyledText, ButtonConfiguration, StyledText, StyledText, bool, ButtonConfiguration, ButtonConfiguration, StyledText, StyledText, ScanbotColor, IconStyle, SwipeToDelete)
public SheetContent(ScanbotColor sheetColor, ScanbotColor dividerColor, bool manualCountChangeEnabled, ScanbotColor manualCountOutlineColor, ScanbotColor manualCountChangeColor, StyledText title, ButtonConfiguration clearAllButton, StyledText barcodeItemTitle, StyledText barcodeItemSubtitle, bool barcodeItemImageVisible, ButtonConfiguration submitButton, ButtonConfiguration startScanningButton, StyledText placeholderTitle, StyledText placeholderSubtitle, ScanbotColor placeholderIconBackground, IconStyle placeholderIcon, SwipeToDelete swipeToDelete)
Parameters
sheetColor
ScanbotColor
dividerColor
ScanbotColor
manualCountChangeEnabled
bool
manualCountOutlineColor
ScanbotColor
manualCountChangeColor
ScanbotColor
title
StyledText
clearAllButton
ButtonConfiguration
barcodeItemTitle
StyledText
barcodeItemSubtitle
StyledText
barcodeItemImageVisible
bool
submitButton
ButtonConfiguration
startScanningButton
ButtonConfiguration
placeholderTitle
StyledText
placeholderSubtitle
StyledText
placeholderIconBackground
ScanbotColor
placeholderIcon
IconStyle
swipeToDelete
SwipeToDelete
SheetContent(JSONObject)
public SheetContent(JSONObject json)
Parameters
json
JSONObject
SheetContent(IDictionary<string, Object>)
public SheetContent(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
BarcodeItemImageVisible
public bool BarcodeItemImageVisible { get; set; }
Property Value
- bool
BarcodeItemSubtitle
public StyledText BarcodeItemSubtitle { get; set; }
Property Value
- StyledText
BarcodeItemTitle
public StyledText BarcodeItemTitle { get; set; }
Property Value
- StyledText
ClearAllButton
public ButtonConfiguration ClearAllButton { get; set; }
Property Value
- ButtonConfiguration
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
DividerColor
public ScanbotColor DividerColor { get; set; }
Property Value
- ScanbotColor
ManualCountChangeColor
public ScanbotColor ManualCountChangeColor { get; set; }
Property Value
- ScanbotColor
ManualCountChangeEnabled
public bool ManualCountChangeEnabled { get; set; }
Property Value
- bool
ManualCountOutlineColor
public ScanbotColor ManualCountOutlineColor { get; set; }
Property Value
- ScanbotColor
PlaceholderIcon
public IconStyle PlaceholderIcon { get; set; }
Property Value
- IconStyle
PlaceholderIconBackground
public ScanbotColor PlaceholderIconBackground { get; set; }
Property Value
- ScanbotColor
PlaceholderSubtitle
public StyledText PlaceholderSubtitle { get; set; }
Property Value
- StyledText
PlaceholderTitle
public StyledText PlaceholderTitle { get; set; }
Property Value
- StyledText
SheetColor
public ScanbotColor SheetColor { get; set; }
Property Value
- ScanbotColor
StartScanningButton
public ButtonConfiguration StartScanningButton { get; set; }
Property Value
- ButtonConfiguration
SubmitButton
public ButtonConfiguration SubmitButton { get; set; }
Property Value
- ButtonConfiguration
SwipeToDelete
public SwipeToDelete SwipeToDelete { get; set; }
Property Value
- SwipeToDelete
Title
public StyledText Title { get; set; }
Property Value
- StyledText
Methods
Component1()
public ScanbotColor Component1()
Returns
- ScanbotColor
Component10()
public bool Component10()
Returns
- bool
Component11()
public ButtonConfiguration Component11()
Returns
- ButtonConfiguration
Component12()
public ButtonConfiguration Component12()
Returns
- ButtonConfiguration
Component13()
public StyledText Component13()
Returns
- StyledText
Component14()
public StyledText Component14()
Returns
- StyledText
Component15()
public ScanbotColor Component15()
Returns
- ScanbotColor
Component16()
public IconStyle Component16()
Returns
- IconStyle
Component17()
public SwipeToDelete Component17()
Returns
- SwipeToDelete
Component2()
public ScanbotColor Component2()
Returns
- ScanbotColor
Component3()
Returns
- bool
Component4()
public ScanbotColor Component4()
Returns
- ScanbotColor
Component5()
public ScanbotColor Component5()
Returns
- ScanbotColor
Component6()
public StyledText Component6()
Returns
- StyledText
Component7()
public ButtonConfiguration Component7()
Returns
- ButtonConfiguration
Component8()
public StyledText Component8()
Returns
- StyledText
Component9()
public StyledText Component9()
Returns
- StyledText
Copy(ScanbotColor, ScanbotColor, bool, ScanbotColor, ScanbotColor, StyledText, ButtonConfiguration, StyledText, StyledText, bool, ButtonConfiguration, ButtonConfiguration, StyledText, StyledText, ScanbotColor, IconStyle, SwipeToDelete)
public SheetContent Copy(ScanbotColor sheetColor, ScanbotColor dividerColor, bool manualCountChangeEnabled, ScanbotColor manualCountOutlineColor, ScanbotColor manualCountChangeColor, StyledText title, ButtonConfiguration clearAllButton, StyledText barcodeItemTitle, StyledText barcodeItemSubtitle, bool barcodeItemImageVisible, ButtonConfiguration submitButton, ButtonConfiguration startScanningButton, StyledText placeholderTitle, StyledText placeholderSubtitle, ScanbotColor placeholderIconBackground, IconStyle placeholderIcon, SwipeToDelete swipeToDelete)
Parameters
sheetColor
ScanbotColor
dividerColor
ScanbotColor
manualCountChangeEnabled
bool
manualCountOutlineColor
ScanbotColor
manualCountChangeColor
ScanbotColor
title
StyledText
clearAllButton
ButtonConfiguration
barcodeItemTitle
StyledText
barcodeItemSubtitle
StyledText
barcodeItemImageVisible
bool
submitButton
ButtonConfiguration
startScanningButton
ButtonConfiguration
placeholderTitle
StyledText
placeholderSubtitle
StyledText
placeholderIconBackground
ScanbotColor
placeholderIcon
IconStyle
swipeToDelete
SwipeToDelete
Returns
- SheetContent
Default()
public static SheetContent Default()
Returns
- SheetContent
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