Flurry.startSession

From GiderosMobile
Revision as of 21:55, 7 December 2023 by MoKaLux (talk | contribs)

Available since: Gideros 2011.6
Class: flurry

Description

Starts the Flurry session with your API key.

flurry.startSession(apiKey)
If the API key is nil or empty, your app may crash

To create an account on Flurry and to obtain the API key specific to your application, please visit https://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.

Parameters

apiKey: (string) the Flurry API key