ISyncContextpublic interface ISyncContext implements android.os.IInterfaceInterface used by the SyncAdapter to indicate its progress. |
Methods Summary |
---|
public void | onFinished(android.content.SyncResult result)Signal that the corresponding sync session is completed.
| 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.
|
|