Type Function Return value Boolean Revision 2017.3060 Keywords ads, advertising, AdColony, isLoaded See also adcolony.show()
Returns whether an ad is loaded or not.
adcolony.isLoaded( zoneName )
String. The user-defined AdColony zone name to be checked for availability. Zone names should be specified in the call to adcolony.init().
local adcolony = require( "plugin.adcolony" ) -- Check if default interstitial is loaded print( adcolony.isLoaded( "interstitial" ) )