Leaderboard View (Challenge)
Ready-made Leaderboard: Boost User Engagement and Motivation.
- Adaptive Design: The leaderboard automatically adapts to your KinesteX UI and can be fully customized in the admin dashboard
- Real-time Updates: Whenever a new ranking is available, the leaderboard automatically refreshes to show the latest standings
Leaderboard Integration
Display the leaderboard for a specific exercise:
1kinestex.createLeaderboardView(
2 exercise: "Squats", // Specify the exercise id or title
3 username: "", // if you know the username: highlight the user by specifying their username
4 isLoading: $isLoading,
5 customParams: [
6 "style": "dark", // light or dark theme (default is dark)
7 "isHideHeaderMain": true // OPTIONAL: hide the exit button from the leaderboard
8 ],
9 onMessageReceived: { message in
10 switch message {
11 case .exit_kinestex(_):
12 showKinesteX = false
13 default:
14 break
15 }
16 }
17)Need Help?
Our team is ready to assist with your integration.


