Class SyncResult
public class SyncResult : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
SyncResult
- Implements
- Inherited Members
- Extension Methods
Constructors
SyncResult()
public SyncResult()
SyncResult(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SyncResult(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ALREADY_IN_PROGRESS
public static SyncResult ALREADY_IN_PROGRESS { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
databaseError
public bool databaseError { get; set; }
Property Value
delayUntil
public long delayUntil { get; set; }
Property Value
fullSyncRequested
public bool fullSyncRequested { get; set; }
Property Value
moreRecordsToGet
public bool moreRecordsToGet { get; set; }
Property Value
partialSyncUnavailable
public bool partialSyncUnavailable { get; set; }
Property Value
stats
public SyncStats stats { get; set; }
Property Value
syncAlreadyInProgress
public bool syncAlreadyInProgress { get; set; }
Property Value
tooManyDeletions
public bool tooManyDeletions { get; set; }
Property Value
tooManyRetries
public bool tooManyRetries { get; set; }
Property Value
Methods
Clear()
public void Clear()
CreatePoolableInstance()
HPA initializer for SyncResult()
public static SyncResult CreatePoolableInstance()
Returns
DescribeContents()
public int DescribeContents()
Returns
HasError()
public bool HasError()
Returns
HasHardError()
public bool HasHardError()
Returns
HasSoftError()
public bool HasSoftError()
Returns
MadeSomeProgress()
public bool MadeSomeProgress()
Returns
ToDebugString()
public String ToDebugString()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)