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 |
onAccountsUpdated(accounts: Array<Account!>!) 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 |