getItemSuccessCallback( value ) type

Callback function that is invoked on a successful call to EncryptedStorage.getItem. If the returned value is null, that means the key passed to EncryptedStorage.getItem did not exist.

Syntax

getItemSuccessCallback( value )

Parameters

Name Type Description
value String The value of the item with the given key.Will be null if the key passed to EncryptedStorage.getItem did not exist.

Source

encryptedstorage.js, line 357.