Difference between revisions of "Ads:enableTesting"
From GiderosMobile
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Class:''' [[Ads]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Enables testing ads if supported by framework. | |
− | < | + | <syntaxhighlight lang="lua"> |
− | + | Ads:enableTesting() | |
− | </ | + | </syntaxhighlight> |
+ | |||
+ | Possible results: | ||
+ | *'''AdColony''': does nothing | ||
+ | *'''Admob''': enables test ads | ||
+ | *'''Amazon''': enables test ads | ||
+ | *'''AppLovin''': testing is enabled from website | ||
+ | *'''Chartboost''': does nothing | ||
+ | *'''HeyZap''': does nothing | ||
+ | *'''iAds''': does nothing | ||
+ | *'''InMobi''': does nothing | ||
+ | *'''Millenial''': does nothing | ||
+ | *'''MoPub''': does nothing | ||
+ | *'''Revmob''': enables test ads | ||
+ | *'''Samsung AdHub''': does nothing | ||
+ | *'''TapForTap''': enables test ads | ||
+ | *'''TapJoy''': does nothing | ||
+ | *'''Unity''': does nothing | ||
+ | *'''Vungle''': does nothing | ||
+ | |||
+ | {{Ads}} |
Latest revision as of 03:48, 16 February 2025
Available since: Gideros 2011.6
Class: Ads
Description
Enables testing ads if supported by framework.
Ads:enableTesting()
Possible results:
- AdColony: does nothing
- Admob: enables test ads
- Amazon: enables test ads
- AppLovin: testing is enabled from website
- Chartboost: does nothing
- HeyZap: does nothing
- iAds: does nothing
- InMobi: does nothing
- Millenial: does nothing
- MoPub: does nothing
- Revmob: enables test ads
- Samsung AdHub: does nothing
- TapForTap: enables test ads
- TapJoy: does nothing
- Unity: does nothing
- Vungle: does nothing