Difference between revisions of "Ads:setKey"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2014.01<br/> |
− | === | + | '''Class:''' [[Ads]]<br/> |
− | + | ||
− | For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) Methods tab | + | === Description === |
− | + | Provides all the keys/appids/etc needed for the framework, which you will get in same order on Native part in Map/Array object. | |
− | + | <syntaxhighlight lang="lua"> | |
− | + | Ads:setKey(...) | |
− | === | + | </syntaxhighlight> |
− | '''...''': (values) | + | |
+ | For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) '''Methods''' tab. | ||
+ | |||
+ | === Parameters === | ||
+ | '''...''': (values) varies for each ad framework<br/> | ||
+ | |||
+ | {{Ads}} |
Latest revision as of 17:00, 12 July 2023
Available since: Gideros 2014.01
Class: Ads
Description
Provides all the keys/appids/etc needed for the framework, which you will get in same order on Native part in Map/Array object.
Ads:setKey(...)
For the possible values check [1](Ads Interface Guide) Methods tab.
Parameters
...: (values) varies for each ad framework