onResumeAfterAd

Overview

Notifies that ad came back from fullscreen and that application should resume.

Examples

<RNAatkitBanner
     name="BannerOne"
     size={RNAatkit.PlacementSize_Banner320x53}
     onResumeAfterAd={() => {
         console.log("onResumeAfterAd BannerOne");
     }}
 />

Last updated