-
public final class TournamentFetcher
-
-
Constructor Summary
Constructors Constructor Description TournamentFetcher()
-
Method Summary
Modifier and Type Method Description final TaskCompletionSource<List<Tournament>>fetchTournaments()Attempts to fetch the list tournaments where the current user is a participant -
-
Method Detail
-
fetchTournaments
final TaskCompletionSource<List<Tournament>> fetchTournaments()
Attempts to fetch the list tournaments where the current user is a participant
-
-
-
-