Difference between revisions of "Ads:setPosition"

From GiderosMobile
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2014.01<br/>
+
'''Available since:''' Gideros 2014.01<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Ads|Ads]]<br/>
+
'''Class:''' [[Ads]]<br/>
=== <translate>Description</translate> ===
+
 
<translate>Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling</translate>
+
=== Description ===
<source lang="lua">
+
Sets position of the ad in Gideros logical dimensions, taking into consideration applied automatic scaling.
Ads:setPosition(x,y)
+
<syntaxhighlight lang="lua">
</source>
+
Ads:setPosition(x,y)
=== <translate>Parameters</translate> ===
+
</syntaxhighlight>
'''x''': (number) <translate>x position to set</translate> <br/>
+
 
'''y''': (number) <translate>y position to set</translate> <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