Beamable SDK
Public Attributes | List of all members
Beamable.Api.CloudSaving.ManifestResponse Class Reference

A cloud saving manifest contains a set of CloudSavingManifestEntry objects that describe all of the files associated with a player's account. More...

Public Attributes

string id
 The runtime id of the manifest.
 
List< CloudSavingManifestEntrymanifest
 A set of CloudSavingManifestEntry objects that describe the player's files.
 
bool replacement = false
 Manifests will be sent back and forth from Beamable to the game client, and used to update local state. If the replacement field is true, then all of the local CloudSavingManifestEntry entries will be overwritten.
 

Detailed Description

A cloud saving manifest contains a set of CloudSavingManifestEntry objects that describe all of the files associated with a player's account.


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