Beamable SDK
Public Member Functions | List of all members
Beamable.Api.Tournaments.TournamentService Class Reference
Inheritance diagram for Beamable.Api.Tournaments.TournamentService:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Api.Tournaments.TournamentService:
Collaboration graph
[legend]

Public Member Functions

 TournamentService (StatsService stats, IBeamableRequester requester, IUserContext ctx)
 
- Public Member Functions inherited from Beamable.Common.Api.Tournaments.TournamentApi
 TournamentApi (IStatsApi stats, IBeamableRequester requester, IUserContext ctx)
 
Promise< TournamentInfoGetTournamentInfo (string tournamentContentId)
 
Promise< TournamentInfoResponseGetAllTournaments ()
 
Promise< TournamentChampionsResponseGetChampions (string tournamentId, int cycleLimit=30)
 
Promise< TournamentStandingsResponseGetGlobalStandings (string tournamentId, int cycle=0, int from=-1, int max=-1, int focus=-1)
 
Promise< TournamentStandingsResponseGetStandings (string tournamentId, int cycle=0, int from=-1, int max=-1, int focus=-1)
 
Promise< TournamentRewardsResponseGetUnclaimedRewards (string tournamentId)
 
Promise< TournamentRewardsResponseClaimAllRewards (string tournamentId)
 
Promise< TournamentPlayerStatusJoinTournament (string tournamentId, double startScore=0)
 
Promise< UnitSetScore (string tournamentId, long dbid, double score)
 
Promise< TournamentPlayerStatusResponseGetPlayerStatus ()
 
Promise< string > GetPlayerAlias (long playerId, string statName="alias")
 
Promise< string > GetPlayerAvatar (long playerId, string statName="avatar")
 

The documentation for this class was generated from the following file: