public static interface AccountSwitcherProxy.AccountSwitcherListener
Modifier and Type | Method and Description |
---|---|
void |
onAccountInvalid(ExoAccount account)
Called when the account doesn't contain a URL.
|
void |
onMissingPassword(ExoAccount account)
Called when the switcher proxy detected that the password was missing
for the account
|
void |
onSwitchAccountFinished(boolean result)
Called when the switch operation is finished, successful or not.
|
void onSwitchAccountFinished(boolean result)
result
- true if switching is successful, false otherwisevoid onMissingPassword(ExoAccount account)
account
- the account whose password is missingvoid onAccountInvalid(ExoAccount account)
account
- the invalid ExoAccountCopyright © 2003–2016 eXo Platform SAS. All rights reserved.