android.content
public
static
abstract
class
android.content.TempProviderSyncAdapter.SyncData
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
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
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