Difference between revisions of "Flurry.startSession"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Starts the Flurry session with your API key. To create an account on Flurry and to obtain the API key specific to your application,<br /> | Starts the Flurry session with your API key. To create an account on Flurry and to obtain the API key specific to your application,<br /> | ||
please visit [http://www.flurry.com](http://www.flurry.com) and follow the instructions there.<br /> | please visit [http://www.flurry.com](http://www.flurry.com) and follow the instructions there.<br /> | ||
<br /> | <br /> | ||
− | You need to call this function once after your application starts. For example, | + | You need to call this function once after your application starts. For example, [[[init.lua]]] is suitable to call this function.<br /> |
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
flurry.startSession(apiKey) | flurry.startSession(apiKey) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''apiKey''': (string) The Flurry API key. <br/> | + | '''apiKey''': (string) <translate>The Flurry API key.</translate> <br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2011.6
Description
Starts the Flurry session with your API key. To create an account on Flurry and to obtain the API key specific to your application,
please visit [1](http://www.flurry.com) and follow the instructions there.
You need to call this function once after your application starts. For example, [[[init.lua]]] is suitable to call this function.
flurry.startSession(apiKey)
Parameters
apiKey: (string) The Flurry API key.