Class RefCountedObjectProfile
- Namespace
- IO.Scanbot.Common
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class RefCountedObjectProfile : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
RefCountedObjectProfile
- Implements
-
Constructors
RefCountedObjectProfile(JSONObject)
public RefCountedObjectProfile(JSONObject json)
Parameters
json
JSONObject
RefCountedObjectProfile(IDictionary<string, Object>)
public RefCountedObjectProfile(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
RefCountedObjectProfile(string, long, int, int)
public RefCountedObjectProfile(string uniqueId, long timestampCreated, int strongReferences, int serializedReferences)
Parameters
uniqueId
string
timestampCreated
long
strongReferences
int
serializedReferences
int
Properties
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
SerializedReferences
public int SerializedReferences { get; }
Property Value
- int
StrongReferences
public int StrongReferences { get; }
Property Value
- int
TimestampCreated
public long TimestampCreated { get; }
Property Value
- long
UniqueId
public string UniqueId { get; }
Property Value
- string
Methods
Clone()
public RefCountedObjectProfile Clone()
Returns
- RefCountedObjectProfile
Component1()
public string Component1()
Returns
- string
Component2()
Returns
- long
Component3()
Returns
- int
Component4()
Returns
- int
Copy(string, long, int, int)
public RefCountedObjectProfile Copy(string uniqueId, long timestampCreated, int strongReferences, int serializedReferences)
Parameters
uniqueId
string
timestampCreated
long
strongReferences
int
serializedReferences
int
Returns
- RefCountedObjectProfile
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