FileDocCategorySizeDatePackage
ISyncContext.javaAPI DocAndroid 5.1 API4126Sat Mar 14 05:48:00 GMT 2015android.content

ISyncContext

public interface ISyncContext implements android.os.IInterface
Interface used by the SyncAdapter to indicate its progress.
hide

Fields Summary
Constructors Summary
Methods Summary
public voidonFinished(android.content.SyncResult result)
Signal that the corresponding sync session is completed.

param
result information about this sync session

public voidsendHeartbeat()
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.