Difference between revisions of "Flurry.startSession"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/flurry|flurry]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
Line 6: Line 7:
 
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, [[Special:MyLanguage/init.lua|init.lua]] is suitable to call this function.<br />
+
You need to call this function once after your application starts. For example, `init.lua` is suitable to call this function.<br />
 
<br /></translate>
 
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">

Revision as of 10:27, 24 August 2018

Available since: Gideros 2011.6
Class: flurry

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.