onPauseForAd
Overview
Notifies that ad went fullscreen and that application should pause.
Examples
<RNAatkitBanner
name="BannerOne"
size={RNAatkit.PlacementSize_Banner320x53}
onPauseForAd={() => {
console.log("onPauseForAd BannerOne");
}}
/>
Last updated