Stores an Object in the eitri-app storage
Example:
let myObject = {myData: 'valueOfMyData'}
await Eitri.storage.setItemJson('myData', myObject)
Key for registration
JSON object to be saved
- API LEVEL
1
- Functionality added
Generated using TypeDoc
Set of methods to operate eitri-app data storage
Notes:
Storage data is not shared between different eitri-apps. Data is transmitted as a string and handled with JSON encoding/decoding. Pay attention to the size of the data to avoid affecting the experience.