Difference between revisions of "Ads:setKey"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2014.01<br/>
'''<translate>Available since</translate>:''' Gideros 2014.01<br/>
+
'''Class:''' [[Ads]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Ads|Ads]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>provide all the keys/appids/etc needed for the framework, which you will get in same order on Native part in Map/Array object
+
Provides 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 [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide) Methods tab</translate>
 
 
<source lang="lua">
 
<source lang="lua">
Ads:setKey(...)
+
Ads:setKey(...)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''...''': (values) <translate>Varies for each ad framework</translate> <br/>
+
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}}
 
{{Ads}}

Revision as of 22:14, 16 April 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