Difference between revisions of "Flurry"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 15: | Line 15: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
require "flurry" | require "flurry" | ||
− | </ | + | </syntaxhighlight> |
{|- | {|- |
Revision as of 14:29, 13 July 2023
Supported platforms:
Available since: Gideros 2011.6
Description
This table stores all the functions related to Flurry analytics library.
Flurry is available only for iOS as an external plugin. To use flurry:
- Create an account on [1](https://www.flurry.com) and follow the instructions about creating a new application
- Download Flurry header and libraries and add them to your Xcode project
- Add {Gideros Installation Directory}/All Plugins/Flurry/source/iOS/flurry.mm file to your Xcode project
To load the Flurry library:
require "flurry"
Methodsflurry.endTimedEvent ends Flurry timed event |
EventsConstants |