Difference between revisions of "Ads.new"

From GiderosMobile
Line 7: Line 7:
 
  Ads.new(adframework)
 
  Ads.new(adframework)
 
</source>
 
</source>
'''adframework''': (string) name of the adframework ''''''<br/>
+
=== Parameters ===
 +
'''adframework''': (string) name of the adframework <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2014.01

Description

Initializes new ad framework For the possible values check [1](Ads Interface Guide)

 Ads.new(adframework)

Parameters

adframework: (string) name of the adframework