Wiki

Clone wiki

REACT native plugin / onNoAdBannerEvent

Overview

Notifies that placement has failed to load an ad.

Examples

#!javascript

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

Updated