Angular directive

pxlSynchronizationRequired source

  • Attribute

Expression that is evaluated when a context synchronization is required.

You should then call the RemoteController to trigger the synchronization with the passed tags (and any others you might want to add).

The tags array to synchronize the app with, is passed as parameter (tagsin the example below)

Parameters
NameTypeDescription
PxlEventService service

PixLive SDK Event service

Example
<div pxl-synchronization-required="doSync(tags)">
 ...
</div>