getSuccessCallback( value ) type

Callback function that is invoked upon successfully retrieving an object from the DataVault.

Syntax

getSuccessCallback( value )

Parameters

Name Type Description
value Object The object that was stored with the given key.Can be null or undefined if no object was stored with the given key.

Source

LogonController.js, line 1482.