Table of Contents

Class ImageRefPoolSnapshotsDiff

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

Constructors

ImageRefPoolSnapshotsDiff(JSONObject)

public ImageRefPoolSnapshotsDiff(JSONObject json)

Parameters

json JSONObject

ImageRefPoolSnapshotsDiff(IDictionary<string, Object>)

public ImageRefPoolSnapshotsDiff(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

ImageRefPoolSnapshotsDiff(long, IList<string>, IList<string>, IList<string>)

public ImageRefPoolSnapshotsDiff(long totalMemoryConsumptionDiff, IList<string> removed, IList<string> added, IList<string> modified)

Parameters

totalMemoryConsumptionDiff long
removed IList<string>
added IList<string>
modified IList<string>

Properties

Added

public IList<string> Added { get; set; }

Property Value

IList<string>

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Modified

public IList<string> Modified { get; set; }

Property Value

IList<string>

Removed

public IList<string> Removed { get; set; }

Property Value

IList<string>

TotalMemoryConsumptionDiff

public long TotalMemoryConsumptionDiff { get; set; }

Property Value

long

Methods

Component1()

public long Component1()

Returns

long

Component2()

public IList<string> Component2()

Returns

IList<string>

Component3()

public IList<string> Component3()

Returns

IList<string>

Component4()

public IList<string> Component4()

Returns

IList<string>

Copy(long, IList<string>, IList<string>, IList<string>)

public ImageRefPoolSnapshotsDiff Copy(long totalMemoryConsumptionDiff, IList<string> removed, IList<string> added, IList<string> modified)

Parameters

totalMemoryConsumptionDiff long
removed IList<string>
added IList<string>
modified IList<string>

Returns

ImageRefPoolSnapshotsDiff

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