hasAdForPlacement
Overview
Returns true if there is an ad loaded for given placementId.
Syntax
placementName (REQUIRED)
string Unique name of placement. The same name will be used in gravite.net account.
callback (REQUIRED)
Callback<Boolean> Used to provide the function call result to JavaScript.
Parameters:
Boolean - True if there is an ad loaded for given placementId.
Examples
Last updated