Beamable SDK
Public Member Functions | List of all members
Beamable.Common.Api.Tournaments.ITournamentApi Interface Reference
Inheritance diagram for Beamable.Common.Api.Tournaments.ITournamentApi:
Inheritance graph
[legend]

Public Member Functions

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 interface was generated from the following file: