Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
player.on("Inventory", function () {
  // Player is initialized
});

...

Code Block
languagejs
player.on("AdImpression", function () {
  // Ad impression occured
});

...

Code Block
languagejs
player.on("AdError", function (resevent) {
  if(res && res (event.detail.errorlimit) {
    // Player stopped 
  }
});

Placement Behavior

The player support advanced behaviors such as In Article, Floating, Sticky and many customizations.

...