reloadPlacementForced

reloadPlacementForced(...)

reloadPlacementForced(options: { placementName: string; forced: boolean; }) => Promise<boolean>

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

Param
Type
Description

options

{ placementName: string; forced: boolean; }

object containing placement name and forced value – if true, the placement will be reloaded even if other requirements like the minimum display time are not met.

Returns: Promise<boolean>

Last updated