public method IAccountsManager.getAccountsSnapshot

Brief

Gets a snapshot of all accounts

Declaration

protojavascriptjavacsharp
public getAccountsSnapshot(accountsSnapshotCallback : IGetAccountsSnapshotCallback) : void

Parameters
accountsSnapshotCallback

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

Details

See also: IGetAccountsSnapshotCallback

Declared in IAccountsManager

back