onCountedAdSpace
Overview
Notifies that an adspace has been counted.
Examples
<RNAatkitBanner
    name="BannerOne"
    size={RNAatkit.PlacementSize_Banner320x53}
    onCountedAdSpace={() => {
        console.log("countedAdSpace BannerOne");
    }}
/>Last updated
