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


Public Member Functions | |
| StatsService (IPlatformService platform, IBeamableRequester requester, UserDataCache< Dictionary< string, string >>.FactoryFunction factoryFunction) | |
Public Member Functions inherited from Beamable.Common.Api.Stats.AbsStatsApi | |
| AbsStatsApi (IBeamableRequester requester, IUserContext userContext, UserDataCache< Dictionary< string, string >>.FactoryFunction cacheFactory) | |
| UserDataCache< Dictionary< string, string > > | GetCache (string prefix) |
| Promise< EmptyResponse > | SetStats (string access, Dictionary< string, string > stats) |
| Promise< Dictionary< string, string > > | GetStats (string domain, string access, string type, long id) |
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] |
This class defines the main entry point for the Stats feature.

1.8.17