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