Beamable SDK
|
Public Member Functions | |
ContentPublisher (IBeamableRequester requester, IContentIO io) | |
Promise< ContentPublishSet > | CreatePublishSet (string manifestId=null) |
Promise< Unit > | ClearManifest () |
Promise< Unit > | Publish (ContentPublishSet publishSet, Action< PublishProgress > progressCallback) |
Publishes the set of content to changes to the Comet server. More... | |
Events | |
static Action | OnContentPublished |
|
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. |