public static interface DbxAccount.Listener
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 |
onAccountChange(DbxAccount acct)
Called when the observed account is unlinked, or account
info changes.
|
void onAccountChange(DbxAccount acct)
acct
- the account on which the listener was registered.