Difference between revisions of "Ads.new"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2014.01<br/>
 
'''Available since:''' Gideros 2014.01<br/>
 
=== Description ===
 
=== Description ===
Initializes new ad framework
+
<translate>Initializes new ad framework
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)</translate>
 
<source lang="lua">
 
<source lang="lua">
 
  Ads.new(adframework)
 
  Ads.new(adframework)
 
</source>
 
</source>
 
=== Parameters ===
 
=== Parameters ===
'''adframework''': (string) name of the adframework <br/>
+
'''adframework''': (string) <translate>name of the adframework</translate> <br/>

Revision as of 14:33, 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