HasAdForPlacement

Overview

Returns true if there is an ad loaded for given placementId

Syntax

HasAdForPlacement(placementName)

placementName (REQUIRED)

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

returns bool – True if there is an ad loaded for given placementId.

Examples

HasAdForPlacement("BannerPlacement");

Last updated