Passes a map of all accounts with their public user data to the onSuccess callback.
getAccountList( callback )
This method does not return anything.
| Name |
Description |
Type |
Use |
| callback |
Passed while sending a reply to the request for a map of all accounts with their public user data. |
object |
required |
The AccountList object's callback can be structured as
follows:
| Name |
Description |
Return type |
| onFailure |
Indicates that a request was not processed. Passes the error object that
contains two fields: code (a numeric value associated with an
error) and description (the type of failure). Possible failure
types are listed in the Constants table, in the AccountManager article. |
undefined |
| onSuccess |
Indicates that a request was successfully processed. Passes the
accountList object that contains a map of public account data keyed by
account identifier. |
undefined |