Beamable SDK
Public Member Functions | Protected Member Functions | List of all members
Beamable.Api.Stats.StatsService Class Reference

This class defines the main entry point for the Stats feature. More...

Inheritance diagram for Beamable.Api.Stats.StatsService:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Api.Stats.StatsService:
Collaboration graph
[legend]

Public Member Functions

 StatsService (IUserContext platform, IBeamableRequester requester, IDependencyProvider provider, UserDataCache< Dictionary< string, string > >.FactoryFunction factoryFunction)
 
- Public Member Functions inherited from Beamable.Common.Api.Stats.AbsStatsApi
 AbsStatsApi (IBeamableRequester requester, IUserContext userContext, IDependencyProvider provider, UserDataCache< Dictionary< string, string > >.FactoryFunction cacheFactory)
 
UserDataCache< Dictionary< string, string > > GetCache (string prefix)
 Get the UserDataCache<T> for the stat prefix More...
 
Promise< EmptyResponseSetStats (string access, Dictionary< string, string > stats)
 Set the current player's client player stats. More...
 
Promise< Dictionary< string, string > > GetStats (string domain, string access, string type, long id)
 Get all of the stats for a given player id More...
 
Promise< StatsSearchResponseSearchStats (string domain, string access, string type, List< Criteria > criteriaList)
 

Protected Member Functions

override Promise< Dictionary< long, Dictionary< string, string > > > Resolve (string prefix, List< long > gamerTags)
 

Additional Inherited Members

- Properties inherited from Beamable.Common.Api.Stats.AbsStatsApi
IBeamableRequester Requester [get]
 
IUserContext UserContext [get]
 
IDependencyProvider Provider [get]
 

Detailed Description

This class defines the main entry point for the Stats feature.

Related Links

img beamable-logo

Member Function Documentation

◆ Resolve()

override Promise< Dictionary< long, Dictionary< string, string > > > Beamable.Api.Stats.StatsService.Resolve ( string  prefix,
List< long >  gamerTags 
)
inlineprotectedvirtual

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