Difference between revisions of "Ads.new"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2014.01<br/> | + | '''<translate>Available since</translate>:''' Gideros 2014.01<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate>Initializes new ad framework | <translate>Initializes new ad framework | ||
For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide)</translate> | For the possible values check [http://docs.giderosmobile.com/interface/ads](Ads Interface Guide)</translate> | ||
Line 7: | Line 7: | ||
Ads.new(adframework) | Ads.new(adframework) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''adframework''': (string) <translate>name of the adframework</translate> <br/> | '''adframework''': (string) <translate>name of the adframework</translate> <br/> |
Revision as of 07:28, 24 August 2018
Available since: Gideros 2014.01
Description
Initializes new ad framework For the possible values check [1](Ads Interface Guide)
Ads.new(adframework)
Parameters
adframework: (string) name of the adframework