Class DocumentFlowAppearanceConfiguration
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class DocumentFlowAppearanceConfiguration : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
DocumentFlowAppearanceConfiguration
- Implements
-
Constructors
DocumentFlowAppearanceConfiguration()
public DocumentFlowAppearanceConfiguration()
DocumentFlowAppearanceConfiguration(StatusBarMode, NavigationBarMode, ScanbotColor, ScanbotColor, OrientationLockMode)
public DocumentFlowAppearanceConfiguration(StatusBarMode statusBarMode, NavigationBarMode navigationBarMode, ScanbotColor topBarBackgroundColor, ScanbotColor bottomBarBackgroundColor, OrientationLockMode orientationLockMode)
Parameters
statusBarMode
StatusBarMode
navigationBarMode
NavigationBarMode
topBarBackgroundColor
ScanbotColor
bottomBarBackgroundColor
ScanbotColor
orientationLockMode
OrientationLockMode
DocumentFlowAppearanceConfiguration(JSONObject)
public DocumentFlowAppearanceConfiguration(JSONObject json)
Parameters
json
JSONObject
DocumentFlowAppearanceConfiguration(IDictionary<string, Object>)
public DocumentFlowAppearanceConfiguration(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Properties
BottomBarBackgroundColor
public ScanbotColor BottomBarBackgroundColor { get; set; }
Property Value
- ScanbotColor
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
NavigationBarMode
public NavigationBarMode NavigationBarMode { get; set; }
Property Value
- NavigationBarMode
OrientationLockMode
public OrientationLockMode OrientationLockMode { get; set; }
Property Value
- OrientationLockMode
StatusBarMode
public StatusBarMode StatusBarMode { get; set; }
Property Value
- StatusBarMode
TopBarBackgroundColor
public ScanbotColor TopBarBackgroundColor { get; set; }
Property Value
- ScanbotColor
Methods
Component1()
public StatusBarMode Component1()
Returns
- StatusBarMode
Component2()
public NavigationBarMode Component2()
Returns
- NavigationBarMode
Component3()
public ScanbotColor Component3()
Returns
- ScanbotColor
Component4()
public ScanbotColor Component4()
Returns
- ScanbotColor
Component5()
public OrientationLockMode Component5()
Returns
- OrientationLockMode
Copy(StatusBarMode, NavigationBarMode, ScanbotColor, ScanbotColor, OrientationLockMode)
public DocumentFlowAppearanceConfiguration Copy(StatusBarMode statusBarMode, NavigationBarMode navigationBarMode, ScanbotColor topBarBackgroundColor, ScanbotColor bottomBarBackgroundColor, OrientationLockMode orientationLockMode)
Parameters
statusBarMode
StatusBarMode
navigationBarMode
NavigationBarMode
topBarBackgroundColor
ScanbotColor
bottomBarBackgroundColor
ScanbotColor
orientationLockMode
OrientationLockMode
Returns
- DocumentFlowAppearanceConfiguration
Default()
public static DocumentFlowAppearanceConfiguration Default()
Returns
- DocumentFlowAppearanceConfiguration
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