Difference between revisions of "Ads.new"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2014.01<br/>
'''<translate>Available since</translate>:''' Gideros 2014.01<br/>
+
'''Class:''' [[Ads]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Ads|Ads]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Initializes new ad framework
+
Initializes a new ad framework.
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>
=== <translate>Parameters</translate> ===
+
 
'''adframework''': (string) <translate>name of the adframework</translate> <br/>
+
For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide)
 +
 
 +
=== Parameters ===
 +
'''adframework''': (string) name of the ad framework<br/>
  
 
{{Ads}}
 
{{Ads}}

Revision as of 04:27, 16 March 2021