AATKit Ionic Binding
Release Notes
  • Start
    • Setup
    • Initialization
    • Consent
      • Managed Consent
  • Formats
    • Banner
    • Fullscreen (Interstitial)
  • Other
    • Events
    • Cordova Plugin Reference
Powered by GitBook
On this page
  1. Other

Events

App is able to listen to the AATKit events by adding listeners, like:

document.addEventListener('aatkitHaveAd', function (data) { console.log("[AATKit] aatkitHaveAd: " + data.placementName); });

PreviousOtherNextCordova Plugin Reference

Last updated 1 year ago