API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.content.SyncAdapter

Removed Methods
Context getContext() Retrieve the Context this adapter is running in.
SyncData getServerDiffs(SyncContext, ContentProvider, Uri, Map) Get diffs from the server since the last completed sync and put them into a temporary provider.
boolean isReadOnly() Implement this to return true if the data in your content provider is read only.
SyncData readSyncData(ContentProvider) Reads the sync data from the ContentProvider
MergeResult sendClientDiffs(SyncContext, ContentProvider) Send client diffs to the server, optionally receiving more diffs from the server
void setContext(Context)  
void syncCancelled() Indicate to the SyncAdapter that the last sync that was started has been cancelled.
void syncEnding(SyncContext, boolean) Called right after a sync is completed
boolean syncStarting(SyncContext, String) Called right before a sync is started.
 

Added Methods
void cancelSync() Cancel the most recently initiated sync.
void startSync(SyncContext, String, Bundle) Initiate a sync for this account.
 

Added Fields
int LOG_SYNC_DETAILS Kernel event log tag.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff