Session & Data Saving
Control session saving and data upload behavior.
| Parameter | Type | Default | Description | Effect |
| shouldSendStats | boolean | false | Enable session saving | When enabled, workout sessions are automatically saved to the backend upon completion — including per-exercise stats, accuracy scores, calories, and motion recording data |
Session Saving Configuration
1// Via customParams
2kinestex.createWorkoutView(
3 workout: "Full Body Burn",
4 customParams: [
5 "shouldSendStats": true
6 ]
7)