Table of Contents

Class SyncResult

Namespace
Android.Content
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

ALREADY_IN_PROGRESS

public static SyncResult ALREADY_IN_PROGRESS { get; set; }

Property Value

SyncResult

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

databaseError

public bool databaseError { get; set; }

Property Value

bool

delayUntil

public long delayUntil { get; set; }

Property Value

long

fullSyncRequested

public bool fullSyncRequested { get; set; }

Property Value

bool

moreRecordsToGet

public bool moreRecordsToGet { get; set; }

Property Value

bool

partialSyncUnavailable

public bool partialSyncUnavailable { get; set; }

Property Value

bool

stats

public SyncStats stats { get; set; }

Property Value

SyncStats

syncAlreadyInProgress

public bool syncAlreadyInProgress { get; set; }

Property Value

bool

tooManyDeletions

public bool tooManyDeletions { get; set; }

Property Value

bool

tooManyRetries

public bool tooManyRetries { get; set; }

Property Value

bool

Methods

Clear()

public void Clear()

CreatePoolableInstance()

HPA initializer for SyncResult()

public static SyncResult CreatePoolableInstance()

Returns

SyncResult

DescribeContents()

public int DescribeContents()

Returns

int

int

HasError()

public bool HasError()

Returns

bool

bool

HasHardError()

public bool HasHardError()

Returns

bool

bool

HasSoftError()

public bool HasSoftError()

Returns

bool

bool

MadeSomeProgress()

public bool MadeSomeProgress()

Returns

bool

bool

ToDebugString()

public String ToDebugString()

Returns

String

String

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int