public interface OnSyncTaskStateChangeListener
SyncTask
is changed.| Modifier and Type | Method and Description |
|---|---|
void |
onSyncTaskStateChanged(SyncTask syncTask,
Account account)
Invoked whenever a state of the specified syncTask has been changed.
|
void onSyncTaskStateChanged(@NonNull SyncTask syncTask, @NonNull Account account)
syncTask - The task of which state has changed.account - The account for which has been requested synchronization associated with the
sync task.SyncTask.getState()