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...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2014.01<br/>
 
'''Available since:''' Gideros 2014.01<br/>
 +
'''Class:''' [[Ads]]<br/>
 +
 
=== Description ===
 
=== Description ===
Initializes new ad framework
+
Initializes a new ad framework.
 +
<syntaxhighlight lang="lua">
 +
Ads.new(adframework)
 +
</syntaxhighlight>
 +
 
 
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">
+
 
= Ads.new(adframework,)
+
=== Parameters ===
</source>
+
'''adframework''': (string) name of the ad framework<br/>
'''adframework:''' (string) name of the adframework ''''''<br/>
+
 
 +
{{Ads}}

Latest revision as of 18:23, 12 July 2023