StartPlacementAutoReloadWithSeconds

Overview

Enables automatic reloading of placement and sets custom reload time. This reload time will be used instead of time configured on gravite.net account.

Syntax

StartPlacementAutoReloadWithSeconds(placementName, seconds)

placementName (REQUIRED)

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

seconds (REQUIRED)

[int][]. Interval between ad reloads. Should be a value from 30L to 600L seconds.

returns void

Examples

StartPlacementAutoReloadWithSeconds("BannerPlacement", 100);

Last updated