public static interface DbxDatastore.SyncStatusListener
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 |
onDatastoreStatusChange(DbxDatastore ds)
Called when there's a change to the sync status of this
datastore
|
void onDatastoreStatusChange(DbxDatastore ds)
ds
- the datastore on which this listener was registered.