public interface ISyncServiceAdapter implements android.os.IInterface
Interface to define an anonymous service that is extended by developers
in order to perform anonymous syncs (syncs without an Account or Content
Provider specified). See {@link android.content.AbstractThreadedSyncAdapter}.
{@hide}
Initiate a sync. SyncAdapter-specific parameters may be specified in
extras, which is guaranteed to not be null.
param
syncContext the ISyncContext used to indicate the progress of the sync. When
the sync is finished (successfully or not) ISyncContext.onFinished() must be called.