Android SDK (Tournaments)
Overview
LucraClient().retrieveTournament(tournamentId = "tournamentId") { result ->
when (result) {
is RetrieveTournamentResult.Failure -> {
// Handle failure scenario
}
RetrieveTournamentResult.Success -> {
// Handle success scenario
}
}
}Example usage:
Launching Demographic Form Independently
3. Manual Demographic Data Validation
Migration Guide
For Existing Integrators
Example Migration
Troubleshooting
Common Issues
Last updated