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