Requests placement reload. Works only if automatic reloading is disabled.
ReloadPlacement(placementName)
placementName (REQUIRED)
string Unique name of placement. The same name will be used in gravite.net account.
returns bool – True if call ends in causing a placement to reload, false otherwise.
ReloadPlacement("BannerPlacement");
Last updated 2 years ago