Difference between revisions of "Ads:setKey"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2014.01<br/> === Description === provide all the keys/appids/etc needed for the framework, which you will get in same order on Native...")
 
Line 5: Line 5:
 
For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) Methods tab
 
For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) Methods tab
 
<source lang="lua">
 
<source lang="lua">
= Ads:setKey(...,)
+
Ads:setKey(...)
 
</source>
 
</source>
'''...:''' (values) Varies for each ad framework ''''''<br/>
+
'''...''': (values) Varies for each ad framework ''''''<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2014.01

Description

provide all the keys/appids/etc needed for the framework, which you will get in same order on Native part in Map/Array object For the possible values check [1](Ads Interface Guide) Methods tab

 Ads:setKey(...)

'...: (values) Varies for each ad framework '