onPauseForAd

Overview

Notifies that ad went fullscreen and that application should pause.

Data passed by the event

placementName

Unique name of the placement. The same name will be used in gravite.net account.

Examples

document.addEventListener('onPauseForAd', (data: any) => {
  console.log('onPauseForAd ' + data.placementName);
});

Last updated