Reference:Android.content.SyncAdapter.SyncData
From Triled Wiki
android.content
public static abstract class android.content.SyncAdapter.SyncData
| java.lang.Object | ||
| android.content.SyncAdapter.SyncData | Parcelable | |
Contents |
[edit] Known Direct Subclasses
[edit] Summary
[edit] Public Constructors
| SyncAdapter.SyncData () |
[edit] Public Methods
| abstract | boolean | hasMoreDataToFetch () | |||
| Check if the last call to getServerDiffs() only performed a partial download. | |||||
[edit] Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait[edit] Methods inherited from interface android.os.Parcelable
[edit] Details
[edit] Public Constructors
[edit] public SyncAdapter.SyncData()
[edit] Public Methods
[edit] 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
[edit] References
- Original documentation page for Android SDK build m5-rc15e - 14 apr 2008 17:27
