android.content
Class TempProviderSyncAdapter.SyncData
java.lang.Object
android.content.TempProviderSyncAdapter.SyncData
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- TempProviderSyncAdapter
public abstract static class TempProviderSyncAdapter.SyncData
- extends Object
- implements 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TempProviderSyncAdapter.SyncData
public TempProviderSyncAdapter.SyncData()
Please submit a feedback, bug or feature