Wiki

Clone wiki

REACT native plugin / reloadLastInFeedBannerComponent

Overview

Reloads in-feed banner which was attached as last ad to the UI.

Syntax

reloadLastInFeedBannerComponent(placementName)
placementName (required)

string. Name of the in-feed banner placement.

Examples

#!javascript

RNAatkit.reloadLastInFeedBannerComponent("InFeed");

Updated