|
| MicroserviceStatsApi (MicroserviceRequester requester, RequestContext context) |
|
Promise< string > | GetProtectedPlayerStat (long userId, string stat) |
| Retrieve a stat value, by key More...
|
|
Promise< Dictionary< string, string > > | GetProtectedPlayerStats (long userId, string[] stats) |
| Retrieve one or more stat values, each by key More...
|
|
Promise< EmptyResponse > | SetProtectedPlayerStat (long userId, string key, string value) |
| Set a stat value, by key More...
|
|
Promise< EmptyResponse > | SetProtectedPlayerStats (long userId, Dictionary< string, string > stats) |
| Set one or more stat values, by key More...
|
|
Promise< EmptyResponse > | SetStats (string domain, string access, string type, long userId, Dictionary< string, string > stats) |
|
Promise< Dictionary< string, string > > | GetStats (string domain, string access, string type, long userId, string[] stats) |
|
◆ GetProtectedPlayerStat()
Promise<string> Beamable.Server.Api.MicroserviceStatsApi.GetProtectedPlayerStat |
( |
long |
userId, |
|
|
string |
key |
|
) |
| |
|
inline |
◆ GetProtectedPlayerStats()
Promise<Dictionary<string, string> > Beamable.Server.Api.MicroserviceStatsApi.GetProtectedPlayerStats |
( |
long |
userId, |
|
|
string[] |
stats |
|
) |
| |
|
inline |
◆ SetProtectedPlayerStat()
Promise<EmptyResponse> Beamable.Server.Api.MicroserviceStatsApi.SetProtectedPlayerStat |
( |
long |
userId, |
|
|
string |
key, |
|
|
string |
value |
|
) |
| |
|
inline |
◆ SetProtectedPlayerStats()
Promise<EmptyResponse> Beamable.Server.Api.MicroserviceStatsApi.SetProtectedPlayerStats |
( |
long |
userId, |
|
|
Dictionary< string, string > |
stats |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- microservice/Api/MicroserviceStatsApi.cs