Difference between revisions of "Ads.new"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2014.01<br/> | |
− | ''' | + | '''Class:''' [[Ads]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Initializes a new ad framework. | |
− | For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide | + | <syntaxhighlight lang="lua"> |
− | + | Ads.new(adframework) | |
− | + | </syntaxhighlight> | |
− | + | ||
− | === | + | For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) |
− | '''adframework''': (string) | + | |
+ | === Parameters === | ||
+ | '''adframework''': (string) name of the ad framework<br/> | ||
{{Ads}} | {{Ads}} |