public interface OnAccountsUpdateListener
android.accounts.OnAccountsUpdateListener |
An interface that contains the callback used by the AccountManager
Public methods |
|
---|---|
abstract void |
onAccountsUpdated(Account[] accounts) This invoked when the AccountManager starts up and whenever the account set changes. |
void onAccountsUpdated (Account[] accounts)
This invoked when the AccountManager starts up and whenever the account set changes.
Parameters | |
---|---|
accounts |
Account : the current accounts |