Android
android.content
public interface

android.content.ISyncContext

android.content.ISyncContext IInterface

Interface used by the SyncAdapter to indicate its progress.

Nested Classes
ISyncContext.Stub Local-side IPC implementation stub class. 
Known Indirect Subclasses

Summary

Public Methods

          void  onFinished(SyncResult result)
Signal that the corresponding sync session is completed.
          void  sendHeartbeat()
Call to indicate that the SyncAdapter is making progress.
Methods inherited from interface android.os.IInterface

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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56