Difference between revisions of "Ads:enableTesting"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Enables testing ads if supported by framework. | Enables testing ads if supported by framework. | ||
− | < | + | <syntaxhighlight lang="lua"> |
Ads:enableTesting() | Ads:enableTesting() | ||
</source> | </source> | ||
{{Ads}} | {{Ads}} |
Revision as of 16:50, 12 July 2023
Available since: Gideros 2011.6
Class: Ads
Description
Enables testing ads if supported by framework. <syntaxhighlight lang="lua"> Ads:enableTesting() </source>