Difference between revisions of "Ads:showAd"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Display provided ad type with any other additional information. For the possible values check [http://...") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
(10 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 === | ||
+ | '''...''': (varies) varies for each ad framework<br/> | ||
+ | |||
+ | {{Ads}} |