onShowingEmpty
Overview
Notifies that placement has loaded an Empty ad.
Examples
<RNAatkitBanner
name="BannerOne"
size={RNAatkit.PlacementSize_Banner320x53}
onShowingEmpty={() => {
console.log("onShowingEmpty BannerOne");
}}
/>
Last updated