Difference between revisions of "Ads:showAd"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(9 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 ===
Display provided ad type with any other additional information.
+
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">
<source lang="lua">
+
Ads:showAd(...)
Ads:showAd(...)
+
</syntaxhighlight>
</source>
+
 
'''...''': (varies) varies for each ad framework ''''''<br/>
+
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}}

Latest revision as of 18:00, 12 July 2023

Available since: Gideros 2011.6
Class: Ads

Description

Displays provided ad type with any other additional information.

Ads:showAd(...)

For the possible values check [1](Ads Interface Guide) Methods tab.

Parameters

...: (varies) varies for each ad framework