Difference between revisions of "Flurry"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
<!-- GIDEROSOBJ:flurry --> | <!-- GIDEROSOBJ:flurry --> | ||
− | ''' | + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]]<br/> |
− | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
− | === | + | |
− | + | === Description === | |
− | This table stores all the functions related to Flurry analytics library. | + | This table stores all the functions related to Flurry analytics library. |
− | + | ||
− | 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 | |
− | + | # 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: | |
− | To load the Flurry library | + | <source lang="lua"> |
− | + | require "flurry" | |
+ | </source> | ||
+ | |||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === | + | === Methods === |
− | [[ | + | [[flurry.endTimedEvent]] ''ends Flurry timed event''<br/><!--GIDEROSMTD:flurry.endTimedEvent(eventName,parameters) ends Flurry timed event--> |
− | [[ | + | [[flurry.isAvailable]] ''returns true if Flurry is available''<br/><!--GIDEROSMTD:flurry.isAvailable() returns true if Flurry is available--> |
− | [[ | + | [[flurry.logEvent]] ''logs Flurry event''<br/><!--GIDEROSMTD:flurry.logEvent(eventName,parameters,timed) logs Flurry event--> |
− | [[ | + | [[flurry.startSession]] ''starts the Flurry session with your API key''<br/><!--GIDEROSMTD:flurry.startSession(apiKey) starts the Flurry session with your API key--> |
+ | |||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === | + | === Events === |
− | === | + | === Constants === |
|} | |} | ||
{{GIDEROS IMPORTANT LINKS}} | {{GIDEROS IMPORTANT LINKS}} |
Revision as of 21:22, 14 November 2022
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](http://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 |