Table of Contents

Class IntroListEntry

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

Constructors

IntroListEntry()

public IntroListEntry()

IntroListEntry(IntroImage, StyledText)

public IntroListEntry(IntroImage image, StyledText text)

Parameters

image IntroImage
text StyledText

IntroListEntry(JSONObject)

public IntroListEntry(JSONObject json)

Parameters

json JSONObject

IntroListEntry(IDictionary<string, Object>)

public IntroListEntry(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Properties

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Image

public IntroImage Image { get; set; }

Property Value

IntroImage

Text

public StyledText Text { get; set; }

Property Value

StyledText

Methods

Component1()

public IntroImage Component1()

Returns

IntroImage

Component2()

public StyledText Component2()

Returns

StyledText

Copy(IntroImage, StyledText)

public IntroListEntry Copy(IntroImage image, StyledText text)

Parameters

image IntroImage
text StyledText

Returns

IntroListEntry

Default()

public static IntroListEntry Default()

Returns

IntroListEntry

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