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. Formats

Fullscreen (Interstitial)

Integrate fullscreen ads

Usage

Creating the new fullscreen placement:

aatkit.createPlacement("fullscreenAd", "Fullscreen");

Starting fullscreen placement auto-reload:

aatkit.startPlacementAutoReload("fullscreenAd");

Showing fullscreen placement when it's loaded:

var aatkit = new AATKitIonic();
aatkit.showPlacement("fullscreenAd", () => {
    console.log("[AATKit] placement shown.");
});

PreviousBannerNextOther

Last updated 2 years ago