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