public static interface DbxFileSystem.SyncStatusListener
DbxFileSystem.getSyncStatus()
.
Listeners are called on the main UI thread. To keep your UI responsive, you shouldn't do anything slow in your listener.
Modifier and Type | Method and Description |
---|---|
void |
onSyncStatusChange(DbxFileSystem fs)
Called when there has been a change to the status of background
synchronization.
|
void onSyncStatusChange(DbxFileSystem fs)
DbxFileSystem.getSyncStatus()
to fetch the
latest status.fs
- the DbxFileSystem on which the listener was registered.