stopPlacementAutoReload
Overview
Disables automatic reloading of placement.
Syntax
stopPlacementAutoReload(placementName)
placementName (REQUIRED)
string Unique name of placement. The same name will be used in gravite.net account.
Examples
AATKitCordova.stopPlacementAutoReload("BannerPlacement");
Last updated