public method IAccountsManager.getAccount

Overview

Gets data of a particular account

Declaration

function getAccount(accountInfo, getAccountCallback)
public void getAccount(AccountInfo accountInfo, IGetAccountCallback getAccountCallback);
public void getAccount(AccountInfo accountInfo, IGetAccountCallback getAccountCallback);

Parameters

Name Description
accountInfo The information of a particular account
getAccountCallback An interface that defines a callback method for handling the data of a particular account

Details

Declared in IAccountsManager