This class defines the main entry point for the Stats feature.
More...
|
| StatsService (IUserContext platform, IBeamableRequester requester, IDependencyProvider provider, UserDataCache< Dictionary< string, string > >.FactoryFunction factoryFunction) |
|
| 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< EmptyResponse > | SetStats (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< StatsSearchResponse > | SearchStats (string domain, string access, string type, List< Criteria > criteriaList) |
|
|
override Promise< Dictionary< long, Dictionary< string, string > > > | Resolve (string prefix, List< long > gamerTags) |
|
This class defines the main entry point for the Stats feature.
Related Links
◆ 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:
- com.beamable/Runtime/Core/Platform/SDK/Stats/StatsService.cs