android.content
public
interface
android.content.ISyncContext
Interface used by the SyncAdapter to indicate its progress.
Nested Classes
Known Indirect Subclasses
Summary
Details
Public Methods
public
void
onFinished(SyncResult result)
Signal that the corresponding sync session is completed.
Parameters
result
| information about this sync session
|
public
void
sendHeartbeat()
Call to indicate that the SyncAdapter is making progress. E.g., if this SyncAdapter
downloads or sends records to/from the server, this may be called after each record
is downloaded or uploaded.