For the complete documentation index, see llms.txt. This page is also available as Markdown.

Storage

Reads and writes string data to the mobile app's local storage.

API List

API
Description

Storage.getItem

Retrieves a value from local storage

Storage.getItems

Retrieves multiple values at once

Storage.setItem

Stores a value in local storage

Storage.setItems

Stores multiple values at once

Storage.removeItem

Deletes the value for a specific key

Storage.clearItems

Deletes all values from local storage

Was this helpful?