Beamable SDK
Public Member Functions | List of all members
Beamable.Common.Api.CloudData.ICloudDataApi Interface Reference

This type defines the Client main entry point for the A/B Testing feature. More...

Inheritance diagram for Beamable.Common.Api.CloudData.ICloudDataApi:
Inheritance graph
[legend]

Public Member Functions

Promise< GetCloudDataManifestResponseGetGameManifest ()
 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< GetCloudDataManifestResponseGetPlayerManifest ()
 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...
 

Detailed Description

This type defines the Client main entry point for the A/B Testing feature.

Related Links

img beamable-logo

Member Function Documentation

◆ GetGameManifest()

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.

Returns

Implemented in Beamable.Common.Api.CloudData.CloudDataApi.

◆ GetPlayerManifest()

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.

Returns
A GetCloudDataManifestResponse promise representing the player's cloud trial data.

Implemented in Beamable.Common.Api.CloudData.CloudDataApi.


The documentation for this interface was generated from the following file: