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