retrieve(...)

retrieve(key : string, ondata : (data : any) => void) : this;

Retrieves data previously stored on the device using the store(...) function.

Parameters

Parameter Type Description
key string The name of the value to retrieve.
ondata function This function is called with the retrieved data value as its only argument.

Returns

this

zapcode branded_zapcode i