Type Function Return value Boolean Revision 2017.3060 Keywords ads, advertising, Chartboost, isLoaded See also chartboost.load() chartboost.show()
Returns whether an ad is loaded or not.
chartboost.isLoaded( adType [, namedLocation] )
String. The advertisement location. If omitted, the legacy "Default"
location will be used. See chartboost.show() for a list of valid
local chartboost = require( "plugin.chartboost" ) -- Check if default interstitial is loaded print( chartboost.isLoaded( "interstitial" ) )