Table of Contents

Class ScanCompletionOverlay

Namespace
IO.Scanbot.Sdk.Ui_v2.Common
Assembly
DocumentSDK.NET.Droid.dll
public sealed class ScanCompletionOverlay : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
ScanCompletionOverlay
Implements

Constructors

ScanCompletionOverlay()

public ScanCompletionOverlay()

ScanCompletionOverlay(StyledText, ScanbotColor, ScanbotColor, int)

public ScanCompletionOverlay(StyledText message, ScanbotColor iconColor, ScanbotColor overlayBackgroundColor, int timeout)

Parameters

message StyledText
iconColor ScanbotColor
overlayBackgroundColor ScanbotColor
timeout int

ScanCompletionOverlay(JSONObject)

public ScanCompletionOverlay(JSONObject json)

Parameters

json JSONObject

ScanCompletionOverlay(IDictionary<string, Object>)

public ScanCompletionOverlay(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

IconColor

public ScanbotColor IconColor { get; set; }

Property Value

ScanbotColor

Message

public StyledText Message { get; set; }

Property Value

StyledText

OverlayBackgroundColor

public ScanbotColor OverlayBackgroundColor { get; set; }

Property Value

ScanbotColor

Timeout

public int Timeout { get; set; }

Property Value

int

Methods

Component1()

public StyledText Component1()

Returns

StyledText

Component2()

public ScanbotColor Component2()

Returns

ScanbotColor

Component3()

public ScanbotColor Component3()

Returns

ScanbotColor

Component4()

public int Component4()

Returns

int

Copy(StyledText, ScanbotColor, ScanbotColor, int)

public ScanCompletionOverlay Copy(StyledText message, ScanbotColor iconColor, ScanbotColor overlayBackgroundColor, int timeout)

Parameters

message StyledText
iconColor ScanbotColor
overlayBackgroundColor ScanbotColor
timeout int

Returns

ScanCompletionOverlay

Default()

public static ScanCompletionOverlay Default()

Returns

ScanCompletionOverlay

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