Saves a piece of data to eitri-app shared storage
Example:
await Eitri.sharedStorage.setItem('myData', JSON.stringify({myData: 'valueOfMyData'}))
Key for registration
Value to be saved
- API LEVEL
2
- Functionality added
Generated using TypeDoc
Set of methods to operate data storage shared between 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.