Difference between revisions of "Ads:showAd"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[Ads]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Ads|Ads]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>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</translate>
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
Ads:showAd(...)
Ads:showAd(...)
+
</syntaxhighlight>
</source>
+
 
=== <translate>Parameters</translate> ===
+
For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) '''Methods''' tab.
'''...''': (varies) <translate>varies for each ad framework</translate> <br/>
+
 
 +
=== 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