showPlacement
Overview
Syntax
showPlacement(placementName, callback)Examples
AATKitCordova.showPlacement("Fullscreen", function(interstitialShown) {console.log("interstitialShown " + interstitialShown);});Last updated
showPlacement(placementName, callback)AATKitCordova.showPlacement("Fullscreen", function(interstitialShown) {console.log("interstitialShown " + interstitialShown);});Last updated