Returns true if there is an ad loaded for given placementId
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.
HasAdForPlacement("BannerPlacement");
Last updated 2 years ago