Class IconStyle
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Common
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class IconStyle : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
IconStyle
- Implements
-
Constructors
IconStyle()
IconStyle(JSONObject)
public IconStyle(JSONObject json)
Parameters
json
JSONObject
IconStyle(bool, ScanbotColor)
public IconStyle(bool visible, ScanbotColor color)
Parameters
visible
bool
color
ScanbotColor
IconStyle(IDictionary<string, Object>)
public IconStyle(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
Color
public ScanbotColor Color { get; set; }
Property Value
- ScanbotColor
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
Visible
public bool Visible { get; set; }
Property Value
- bool
Methods
Component1()
Returns
- bool
Component2()
public ScanbotColor Component2()
Returns
- ScanbotColor
Copy(bool, ScanbotColor)
public IconStyle Copy(bool visible, ScanbotColor color)
Parameters
visible
bool
color
ScanbotColor
Returns
- IconStyle
Default()
public static IconStyle Default()
Returns
- IconStyle
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