Beamable SDK
All Classes Namespaces Functions Variables Properties Events
Public Member Functions | Public Attributes | List of all members
Beamable.Tournaments.MockTournamentService Class Reference
Inheritance diagram for Beamable.Tournaments.MockTournamentService:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Tournaments.MockTournamentService:
Collaboration 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< bool > HasJoinedTournament (string tournamentId)
 
Promise< TournamentPlayerStatusResponseGetPlayerStatus ()
 
Promise< string > GetPlayerAlias (long playerId, string statName="alias")
 
Promise< string > GetPlayerAvatar (long playerId, string statName="avatar")
 
- Public Member Functions inherited from Beamable.Common.Api.Tournaments.ITournamentApi
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)
 

Public Attributes

TournamentRef ContentRef
 

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