inFeedBannerViewWillDisappear

Overview

Should be called when the component that holds the in-feed banner ads will be unmount.

Syntax

inFeedBannerViewWillDisappear(placementName))

placementName (REQUIRED)

string. Unique name of placement. The same name will be used in addapptr.com account.

Examples

componentWillUnmount() {
    RNAatkit.inFeedBannerViewWillDisappear("InFeed");
}

Last updated