public static interface DbxDatastoreManager.ListListener
DbxDatastoreManager.listDatastores()
to
get the latest list.
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 |
onDatastoreListChange(DbxDatastoreManager mgr)
Called when there's a change to the list of known datastores.
|
void onDatastoreListChange(DbxDatastoreManager mgr)
DbxDatastoreManager.listDatastores()
to get the latest list.mgr
- the DbxDatastoreManager
on which the listener was
registered.