Beamable SDK
|
Public Member Functions | |
ContentPublisher (IPlatformRequester requester, IContentIO io) | |
Promise< ContentPublishSet > | CreatePublishSet () |
Promise< Unit > | ClearManifest () |
Promise< Unit > | Publish (ContentPublishSet publishSet, Action< PublishProgress > progressCallback) |
Publishes the set of content to changes to the Comet server. More... | |
|
inline |
Publishes the set of content to changes to the Comet server.
publishSet | Set of content to publish |
progressCallback | Callback to be invoked as the operation makes progress. |