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 (tags
in the example below)
Parameters
Name | Type | Description |
---|---|---|
PxlEventService | service |
PixLive SDK Event service |
Example
<div pxl-synchronization-required="doSync(tags)">
...
</div>