| Interface | Description |
|---|---|
| AsyncCallback<T> | Deprecated
Deprecated in favor of
Callback |
| Callback<T> |
Generic callback used for async calls
|
| ChallongeApiCall<T> |
Implementations of this class should return an object of the given type
received by the API
|
| Class | Description |
|---|---|
| AttachmentHandler |
Accessible API handler for attachments.
|
| MatchHandler |
Accessible API handler for matches.
|
| ParticipantHandler |
Accessible API handler for participants.
|
| RetrofitChallongeApiCall<T> |
Call implementation for Retrofit.
|
| RetrofitChallongeApiCallFactory |
This factory is used to inject the ErrorUtil with Guice and to hand it over to the API calls
|
| TournamentHandler |
Accessible API handler for tournaments.
|