Difference between revisions of "Ads.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === Initializes new ad framework For the possible values check [http://docs.giderosmobile.com/interface/a...")
 
Line 5: Line 5:
 
For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide)
 
For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide)
 
<source lang="lua">
 
<source lang="lua">
= Ads.new(adframework,)
+
Ads.new(adframework)
 
</source>
 
</source>
'''adframework:''' (string) name of the adframework ''''''<br/>
+
'''adframework''': (string) name of the adframework ''''''<br/>

Revision as of 11:20, 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)

'adframework: (string) name of the adframework '