interface IAccountsManager

Parents

object

Brief

The interface for getting access to accounts data

Public Methods

getAccount

Gets data of a particular account

getAccountById

Gets data of a particular account by id

getAccountsInfo

Gets basic information about all accounts of the user

getAccountsSnapshot

Gets a snapshot of all accounts

refresh

Forces refresh of accounts data

subscribeAccountChange

Subscribes to the account change event

unsubscribeAccountChange

Unsubscribes from the account change event

back