Extending mobile apps with JavaScript APIs
Meet the needs of your users by customizing the run-time behavior of your offline-enabled mobile app with the JavaScript APIs.
When you design an application that users can access with an offline-enabled mobile app on a mobile device, you can configure different aspects of how the app synchronizes and stores data, by calling corresponding JavaScript methods. For example, you can introduce synchronization throttling to decrease server load, or to limit battery consumption and network usage.
- Decide how you want to customize the run-time behavior of your app by selecting
the corresponding JavaScript methods offered by Pega Platform.For more information, see JavaScript APIs for offline-enabled mobile apps.
- Include the selected JavaScript methods in your application.For more information, see Adding JavaScript code to Pega Platform applications.
- JavaScript APIs for offline-enabled mobile apps
Pega Platform provides a set of JavaScript methods that you can call to deliver a smooth run-time experience for the users of your offline-enabled mobile app.
- Adding JavaScript code to Pega Platform applications
Customize how your offline offline-enabled mobile app stores and synchronizes data by adding JavaScript code to your Pega Platform application.
Previous topic Adjusting the usability of offline-enabled mobile apps Next topic JavaScript APIs for offline-enabled mobile apps