public method IAccountChangeListener.onAdd

Brief

Processes notifications about a new account added

Declaration

protojavascriptjavacsharp
public onAdd(accountInfo : AccountInfo) : void

Parameters
accountInfo

The basic account information

Details

See also: AccountInfo

Declared in IAccountChangeListener

back