KinesteX

Session & Data Saving

Control session saving and data upload behavior.


ParameterTypeDefaultDescriptionEffect
shouldSendStatsbooleanfalseEnable session savingWhen 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)