Class ShutterButton
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class ShutterButton : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
ShutterButton
- Implements
-
Constructors
public ShutterButton(JSONObject json)
Parameters
json
JSONObject
public ShutterButton(bool enabledInAutoSnappingMode, string accessibilityDescription, ScanbotColor outerColor, ScanbotColor innerColor)
Parameters
enabledInAutoSnappingMode
bool
accessibilityDescription
string
outerColor
ScanbotColor
innerColor
ScanbotColor
public ShutterButton(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
public string AccessibilityDescription { get; set; }
Property Value
- string
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
public bool EnabledInAutoSnappingMode { get; set; }
Property Value
- bool
public ScanbotColor InnerColor { get; set; }
Property Value
- ScanbotColor
public ScanbotColor OuterColor { get; set; }
Property Value
- ScanbotColor
Methods
Returns
- bool
public string Component2()
Returns
- string
public ScanbotColor Component3()
Returns
- ScanbotColor
public ScanbotColor Component4()
Returns
- ScanbotColor
public ShutterButton Copy(bool enabledInAutoSnappingMode, string accessibilityDescription, ScanbotColor outerColor, ScanbotColor innerColor)
Parameters
enabledInAutoSnappingMode
bool
accessibilityDescription
string
outerColor
ScanbotColor
innerColor
ScanbotColor
Returns
- ShutterButton
public static ShutterButton Default()
Returns
- ShutterButton
DescribeContents()
public int DescribeContents()
Returns
- int
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags