Angular service

PxlRemoteController source

Manage and trigger PixLive Maker content synchronization with the app.

Parameters
NameTypeDescription
$ionicPlatform service

The Ionic Platform helper

$q service

Angular promise service

PxlEventService service

PixLive SDK Event service

Methods

synchronize (tags) -> Promise

Start an asynchronous content synchronization with PixLive Maker backend

Warning: Only one synchronization can be started at a time.

Parameters
NameTypeDescription
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
TypeDescription
Promise

The Angular promise that can be used for checking asynchronously the result of the call.