Difference between revisions of "Iad.Banner:setAlignment"

From GiderosMobile
Line 8: Line 8:
 
  iad.Banner:setAlignment(alignment)
 
  iad.Banner:setAlignment(alignment)
 
</source>
 
</source>
'''alignment''': (string) whether you want ads to show top or bottom of the screen. It can be either iad.Banner.TOP or iad.Banner.BOTTOM. ''''''<br/>
+
=== Parameters ===
 +
'''alignment''': (string) whether you want ads to show top or bottom of the screen. It can be either iad.Banner.TOP or iad.Banner.BOTTOM. <br/>

Revision as of 11:45, 23 August 2018

Available since: Gideros 2012.8

Description


Sets the alignment of the banner as the top or bottom.

 iad.Banner:setAlignment(alignment)

Parameters

alignment: (string) whether you want ads to show top or bottom of the screen. It can be either iad.Banner.TOP or iad.Banner.BOTTOM.