An interface to the user’s defaults database, where you store key-value pairs persistently across launches of your app.- Supports both Android [ Shared Preferences ] & iOS [ User Preferences ]
This Component Provides the ability to save and retrieve persistent key-value pairs of any Javascript data type. You can use this Component to save any data: arrays, booleans, numbers, strings and objects. This data will persist across user sessions.
This Component uses SharedPreferences on Android and NSUserDefaults on iOS.
Android iOS Shared User Preferences Forge link :
https://www.outsystems.com/forge/component-overview/5013/
Thanks @adriano-di-giovanni for Cordova Plugin Git Repository
- Assif