Difference between revisions of "Ads:setPosition"

From GiderosMobile
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2014.01<br/>
 
'''Available since:''' Gideros 2014.01<br/>
 +
'''Class:''' [[Ads]]<br/>
 +
 
=== Description ===
 
=== Description ===
Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling
+
Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling.
<source lang="lua">
+
<syntaxhighlight lang="lua">
Ads:setPosition(x,y)
+
Ads:setPosition(x,y)
</source>
+
</syntaxhighlight>
'''x''': (number) x position to set ''''''<br/>
+
 
'''y''': (number) y position to set ''''''<br/>
+
*'''AdColony''': does nothing
 +
*'''Admob''': banners only
 +
*'''Amazon''': banners only
 +
*'''AppLovin''': banners only
 +
*'''Chartboost''': does nothing
 +
*'''HeyZap''': does nothing
 +
*'''iAds''': banners only
 +
*'''InMobi''': banners only
 +
*'''Millenial''': banners only
 +
*'''MoPub''': banners sizes are reported only after ad is received
 +
*'''Revmob''': banners may report height as 0
 +
*'''Samsung AdHub''': banners only
 +
*'''TapForTap''': banners only
 +
*'''TapJoy''': banners only
 +
*'''Unity''': does nothing
 +
*'''Vungle''': does nothing
 +
 
 +
=== Parameters ===
 +
'''x''': (number) x position to set<br/>
 +
'''y''': (number) y position to set<br/>
 +
 
 +
{{Ads}}

Latest revision as of 03:55, 16 February 2025

Available since: Gideros 2014.01
Class: Ads

Description

Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling.

Ads:setPosition(x,y)
  • AdColony: does nothing
  • Admob: banners only
  • Amazon: banners only
  • AppLovin: banners only
  • Chartboost: does nothing
  • HeyZap: does nothing
  • iAds: banners only
  • InMobi: banners only
  • Millenial: banners only
  • MoPub: banners sizes are reported only after ad is received
  • Revmob: banners may report height as 0
  • Samsung AdHub: banners only
  • TapForTap: banners only
  • TapJoy: banners only
  • Unity: does nothing
  • Vungle: does nothing

Parameters

x: (number) x position to set
y: (number) y position to set