Android.Content.SyncStats Members

The members of Android.Content.SyncStats are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
NumAuthExceptionslong. The SyncAdapter was unable to authenticate the Android.Accounts.Account that was specified in the request.
NumConflictDetectedExceptionslong. The SyncAdapter detected that there was an unrecoverable version conflict when it attempted to update or delete a version of a resource on the server.
NumDeleteslong. Counter for tracking how many deletes were performed by the sync operation, as defined by the SyncAdapter.
NumEntrieslong. Counter for tracking how many entries were affected by the sync operation, as defined by the SyncAdapter.
NumInsertslong. Counter for tracking how many inserts were performed by the sync operation, as defined by the SyncAdapter.
NumIoExceptionslong. The SyncAdapter had a problem, most likely with the network connectivity or a timeout while waiting for a network response.
NumParseExceptionslong. The SyncAdapter had a problem with the data it received from the server or the storage later.
NumSkippedEntrieslong. Counter for tracking how many entries, either from the server or the local store, were ignored during the sync operation.
NumUpdateslong. Counter for tracking how many updates were performed by the sync operation, as defined by the SyncAdapter.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Clear()
Reset all the counters to 0.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.