Wiki

Clone wiki

REACT native plugin / countedAdSpaceBannerEvent

Overview

Notifies that an adspace has been counted.

Examples

#!javascript

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

Updated