Android
android.content
public static abstract class

android.content.TempProviderSyncAdapter.SyncData

java.lang.Object
android.content.TempProviderSyncAdapter.SyncData Parcelable

Used by getServerDiffs() to track the sync progress for a given sync adapter. Implementations of SyncAdapter generally specialize this class in order to track specific data about that SyncAdapter's sync. If an implementation of SyncAdapter doesn't need to store any data for a sync it may use TrivialSyncData.

Summary

Constants inherited from interface android.os.Parcelable

Public Constructors

            TempProviderSyncAdapter.SyncData()

Public Methods

abstract          boolean  hasMoreDataToFetch()
Check if the last call to getServerDiffs() only performed a partial download.
Methods inherited from class java.lang.Object
Methods inherited from interface android.os.Parcelable

Details

Public Constructors

public TempProviderSyncAdapter.SyncData()

Public Methods

public abstract boolean hasMoreDataToFetch()

Check if the last call to getServerDiffs() only performed a partial download.

Returns

  • If true indicates that the last call to getServerDiffs() only performed a partial download
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48