Wiki

Clone wiki

REACT native plugin / stopPlacementAutoReload

Overview

Disables automatic reloading of placement.

Syntax

stopPlacementAutoReload(placementName)
placementName (required)

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

Examples

#!javascript

RNAatkit.stopPlacementAutoReload("BannerPlacement");

Updated