onResumeAfterAd
Overview
Data passed by the event
Examples
document.addEventListener('onResumeAfterAd', (data: any) => {
console.log('onResumeAfterAd ' + data.placementName);
});Last updated
document.addEventListener('onResumeAfterAd', (data: any) => {
console.log('onResumeAfterAd ' + data.placementName);
});Last updated