Table of Contents

Class SyncStats

Namespace
Android.Content
Assembly
MASES.Netdroid.dll
public class SyncStats : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
SyncStats
Implements
Inherited Members
Extension Methods

Constructors

SyncStats()

public SyncStats()

SyncStats(Parcel)

public SyncStats(Parcel arg0)

Parameters

arg0 Parcel

Parcel

SyncStats(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 SyncStats(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

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

numAuthExceptions

public long numAuthExceptions { get; set; }

Property Value

long

numConflictDetectedExceptions

public long numConflictDetectedExceptions { get; set; }

Property Value

long

numDeletes

public long numDeletes { get; set; }

Property Value

long

numEntries

public long numEntries { get; set; }

Property Value

long

numInserts

public long numInserts { get; set; }

Property Value

long

numIoExceptions

public long numIoExceptions { get; set; }

Property Value

long

numParseExceptions

public long numParseExceptions { get; set; }

Property Value

long

numSkippedEntries

public long numSkippedEntries { get; set; }

Property Value

long

numUpdates

public long numUpdates { get; set; }

Property Value

long

Methods

Clear()

public void Clear()

CreatePoolableInstance()

HPA initializer for SyncStats()

public static SyncStats CreatePoolableInstance()

Returns

SyncStats

CreatePoolableInstance(Parcel)

HPA initializer for SyncStats(Android.Os.Parcel arg0)

public static SyncStats CreatePoolableInstance(Parcel arg0)

Parameters

arg0 Parcel

Returns

SyncStats

DescribeContents()

public int DescribeContents()

Returns

int

int

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int