Angular service
PxlRemoteController source
Manage and trigger PixLive Maker content synchronization with the app.
Methods
-
synchronize (tags) -> Promise
-
Start an asynchronous content synchronization with PixLive Maker backend
Warning: Only one synchronization can be started at a time.
Parameters
Name Type Description tags string[] The array of tags to start the synchronization with. Pass an empty array for synchronizing your app with all the available content.
Returns
Type Description Promise The Angular promise that can be used for checking asynchronously the result of the call.