cancel
Showing results for 
Search instead for 
Did you mean: 

MDK Mobile Application - How to keep variables between synchronizations

05-15-2024 12:24 AM
Radek_Uhlir1 Participant
1149 views 3 comments
0 Likes
SAP Managed Tags
Labels
mdk
Subscribe

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>);

 

0 Likes

Accepted Solutions (0)

Answers (0)