Beamable SDK
|
Public Member Functions | |
Promise< string > | GetProtectedPlayerStat (long userId, string key) |
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) |
Public Member Functions inherited from Beamable.Common.Api.Stats.IStatsApi | |
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) |
Promise<string> Beamable.Server.Api.Stats.IMicroserviceStatsApi.GetProtectedPlayerStat | ( | long | userId, |
string | key | ||
) |
Retrieve a stat value, by key
userId | |
key |
Implemented in Beamable.Server.Api.Stats.MicroserviceStatsApi.
Promise<Dictionary<string, string> > Beamable.Server.Api.Stats.IMicroserviceStatsApi.GetProtectedPlayerStats | ( | long | userId, |
string[] | stats | ||
) |
Retrieve one or more stat values, each by key
userId | |
key |
Implemented in Beamable.Server.Api.Stats.MicroserviceStatsApi.
Promise<EmptyResponse> Beamable.Server.Api.Stats.IMicroserviceStatsApi.SetProtectedPlayerStat | ( | long | userId, |
string | key, | ||
string | value | ||
) |
Set a stat value, by key
userId | |
key | |
value |
Implemented in Beamable.Server.Api.Stats.MicroserviceStatsApi.
Promise<EmptyResponse> Beamable.Server.Api.Stats.IMicroserviceStatsApi.SetProtectedPlayerStats | ( | long | userId, |
Dictionary< string, string > | stats | ||
) |
Set one or more stat values, by key
userId | |
stats |
Implemented in Beamable.Server.Api.Stats.MicroserviceStatsApi.