public method IAccountChangeListener.onDelete

Brief

Processes notifications about an account deleted

Declaration

protojavascriptjavacsharp
public onDelete(accountInfo : AccountInfo) : void

Parameters
accountInfo

The basic account information

Details

See also: AccountInfo

Declared in IAccountChangeListener

back