Difference between revisions of "Iad.Banner:show"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
Shows the ad banner if an ad is currently available or when an ad becomes available.<br />
 
Shows the ad banner if an ad is currently available or when an ad becomes available.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  iad.Banner:show()
 
  iad.Banner:show()
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023


Available since: Gideros 2012.8
Class: iad.Banner

Description


Shows the ad banner if an ad is currently available or when an ad becomes available.

<syntaxhighlight lang="lua">

iad.Banner:show()

</source>