I am storing some variables in
pageProxy.getAppClientData().<variable> = <some value>;Application client data are being cleared during synchronization. Where should I store variables, if still need them after synchronization? But I do not need them when the user re-opens the mobile application.
Should I use appSettingsModule, even if it is persistent?
context.nativescript.appSettingsModule.setString(<key>, <value>);
Request clarification before answering.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.