public interface OnAccountsUpdateListener
| android.accounts.OnAccountsUpdateListener |
包含AccountManager使用的回调的接口
公共方法(Public methods) |
|
|---|---|
abstract void |
onAccountsUpdated(Account[] accounts) 这在帐户管理器启动时以及帐户集更改时调用。 |
void onAccountsUpdated (Account[] accounts)
这在帐户管理器启动时以及帐户集更改时调用。
| 参数(Parameters) | |
|---|---|
accounts |
Account: the current accounts |