Since: API Level 5
public interface

OnAccountsUpdateListener

android.accounts.OnAccountsUpdateListener

类概述

An interface that contains the callback used by the AccountMonitor

摘要

公有方法
abstract void onAccountsUpdated( Account[] accounts)
This invoked when the AccountMonitor starts up and whenever the account set changes.

公有方法

public abstract void onAccountsUpdated (Account[] accounts)

Since: API Level 5

This invoked when the AccountMonitor starts up and whenever the account set changes.

Parameters
accounts the current accounts