interface IAccountsManager
Parents
object
Brief
The interface for getting access to accounts data
| Public Methods | |
|---|---|
| getAccountsInfo | Gets basic information about all accounts of the user |
| subscribeAccountChange | Subscribes to the account change event |
| unsubscribeAccountChange | Unsubscribes from the account change event |
| getAccount | Gets data of a particular account |
| getAccountById | Gets data of a particular account by id |
| getAccountsSnapshot | Gets a snapshot of all accounts |
| refresh | Forces refresh of accounts data |