This type defines the ClientManifest for the ContentService.
More...
This type defines the ClientManifest for the ContentService.
Related Links
◆ Filter() [1/2]
◆ Filter() [2/2]
ClientManifest Beamable.Common.Content.ClientManifest.Filter |
( |
string |
queryString | ) |
|
|
inline |
◆ ParseCSV()
static ClientManifest Beamable.Common.Content.ClientManifest.ParseCSV |
( |
string |
data | ) |
|
|
inlinestatic |
The ClientManifest is represented as a CSV when delivered to the game client. This method is used internally to parse the CSV.
- Parameters
-
- Returns
- A ClientManifest
◆ ResolveAll()
The entries only describe the content, but don't contain the entire content data. This method will return every ClientContentInfo in the entries set. This may result in many network requests if the entries haven't been downloaded before.
- Parameters
-
batchSize | The batchSize controls how many concurrent network requests will be allowed to run simultaneously. |
- Returns
- A SequencePromise<T> representing the progress of the content resolution. At the end, it will have a list of IContentObject for each ClientContentInfo in the entries set
The documentation for this class was generated from the following file:
- com.beamable/Common/Runtime/Content/ClientManifest.cs