Android Studio Sign in
Added in API level 5

OnAccountsUpdateListener


interface OnAccountsUpdateListener
android.accounts.OnAccountsUpdateListener

An interface that contains the callback used by the AccountManager

Summary

Public methods
abstract Unit

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

Public methods

onAccountsUpdated

Added in API level 5
abstract fun onAccountsUpdated(accounts: Array<Account!>!): Unit

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

Parameters
accounts Array<Account!>!: the current accounts
Morty Proxy This is a proxified and sanitized view of the page, visit original site.