Difference between revisions of "Ads:showAd"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Class:''' [[Ads]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Displays provided ad type with any other additional information. | |
− | For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) Methods tab | + | <syntaxhighlight lang="lua"> |
− | + | Ads:showAd(...) | |
− | + | </syntaxhighlight> | |
− | + | ||
+ | For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) '''Methods''' tab. | ||
+ | |||
=== Parameters === | === Parameters === | ||
− | '''...''': (varies) | + | '''...''': (varies) varies for each ad framework<br/> |
+ | |||
+ | {{Ads}} |