public method IAccountsManager.getAccountsSnapshot

Overview

Gets a snapshot of all accounts

Declaration

function getAccountsSnapshot(accountsSnapshotCallback)
public void getAccountsSnapshot(IGetAccountsSnapshotCallback accountsSnapshotCallback);
public void getAccountsSnapshot(IGetAccountsSnapshotCallback accountsSnapshotCallback);

Parameters

Name Description
accountsSnapshotCallback An interface that defines a callback method for handling a snapshot of all the accounts

Details

Declared in IAccountsManager