Difference between revisions of "Flurry.startSession"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
Line 12: Line 12:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
  flurry.startSession(apiKey)
 
  flurry.startSession(apiKey)
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''apiKey''': (string) <translate>The Flurry API key.</translate> <br/>
 
'''apiKey''': (string) <translate>The Flurry API key.</translate> <br/>
  
 
{{Flurry}}
 
{{Flurry}}

Revision as of 15:29, 13 July 2023


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.