hasAdForPlacement
Overview
Syntax
hasAdForPlacement(placementName, callback)Examples
AATKitCordova.hasAdForPlacement("BannerPlacement", (hasAd) => {
console.log("hasAd " + hasAd);
});Last updated