English | Site Directory

Android - An Open Handset Alliance Project

android.content
public static abstract class

android.content.SyncAdapter.SyncData

java.lang.Object
android.content.SyncAdapter.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.

Known Direct Subclasses

Summary

Public Constructors

          SyncAdapter.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 SyncAdapter.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
Build m5-rc15i - 10 Jun 2008 13:54