Beamable SDK
|
This type defines the Client main entry point for the A/B Testing feature. More...
Public Member Functions | |
Promise< GetCloudDataManifestResponse > | GetGameManifest () |
This method will return the cloud data for the entire game. It cannot be called by a player. You must be an admin user to execute this method. More... | |
Promise< GetCloudDataManifestResponse > | GetPlayerManifest () |
Get the current player's cloud trial data. The GetCloudDataManifestResponse will include data for the player's assigned cohorts. Remember, if that list is empty, it may be because the cohorts only work for game.private stats conditions. More... | |
This type defines the Client main entry point for the A/B Testing feature.
Promise< GetCloudDataManifestResponse > Beamable.Common.Api.CloudData.ICloudDataApi.GetGameManifest | ( | ) |
This method will return the cloud data for the entire game. It cannot be called by a player. You must be an admin user to execute this method.
Implemented in Beamable.Common.Api.CloudData.CloudDataApi.
Promise< GetCloudDataManifestResponse > Beamable.Common.Api.CloudData.ICloudDataApi.GetPlayerManifest | ( | ) |
Get the current player's cloud trial data. The GetCloudDataManifestResponse will include data for the player's assigned cohorts. Remember, if that list is empty, it may be because the cohorts only work for game.private stats conditions.
Implemented in Beamable.Common.Api.CloudData.CloudDataApi.