core/commands/shared_prefs/shared_prefs_models library
Classes
- PrefsAllReturned
- get-all succeeded; values is the full map from the VM.
- PrefsAppDied
- The app process died while fdb was communicating with it.
- PrefsClearInput
- PrefsClearOk
- clear succeeded.
- PrefsError
- Generic / unrecognised error.
- PrefsGetAllInput
- PrefsGetFound
- get — key exists; value is whatever the VM returned (String/int/bool/double).
- PrefsGetInput
- PrefsGetMissing
- get — key does not exist.
- PrefsNoFdbHelper
- fdb_helper is not present in the running app.
- PrefsRelayedError
- The VM extension returned an error payload.
- PrefsRemoveInput
- PrefsRemoveOk
- remove succeeded.
- PrefsSetInput
- PrefsSetOk
- set succeeded.