# Print output for @column tags ?> OnAccountsUpdateListener - Android SDK | Android Developers

Most visited

Recently visited

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

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