ReloadPlacementForced

Overview

Requests placement reload. Works only if automatic reloading is disabled.

Syntax

ReloadPlacementForced(placementName, forced)

placementName (REQUIRED)

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

forced (REQUIRED)

bool If true, the placement will be reloaded even if other requirements like the minimum display time are not met.

returns bool – True if call ends in causing a placement to reload, false otherwise.

Examples

ReloadPlacementForced("BannerPlacement", true);

Last updated