Difference between revisions of "Flurry"

From GiderosMobile
Line 8: Line 8:
  
 
Flurry is available only for iOS as an external plugin. To use flurry:
 
Flurry is available only for iOS as an external plugin. To use flurry:
# Create an account on [http://www.flurry.com](http://www.flurry.com) and follow the instructions about creating a new application
+
# Create an account on [https://www.flurry.com](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
 
# 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
 
# Add {Gideros Installation Directory}/All Plugins/Flurry/source/iOS/flurry.mm file to your Xcode project

Revision as of 22:26, 14 November 2022

Supported platforms: Platform android.pngPlatform ios.png
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:

  1. Create an account on [1](https://www.flurry.com) and follow the instructions about creating a new application
  2. Download Flurry header and libraries and add them to your Xcode project
  3. Add {Gideros Installation Directory}/All Plugins/Flurry/source/iOS/flurry.mm file to your Xcode project

To load the Flurry library:

require "flurry"

Methods

flurry.endTimedEvent ends Flurry timed event
flurry.isAvailable returns true if Flurry is available
flurry.logEvent logs Flurry event
flurry.startSession starts the Flurry session with your API key

Events

Constants