- Install NativeLib
- Make
nativelib -i flurry-plugin
in your project directory. - Add
Flurry/API_KEY
in your Project Settings. - Enable Custom Build for using in Android.
Add wrapper scripts/flurry.gd
into autoloading list in your project. So you can use it everywhere in your code.
You should not use this method directly. It will be automatically called when your project is started.
Log analytics events with this method. params
and timed
are optional.
Finish timed event. params
is optional.
logPurchase(productId: String, productName: String, quantity: int, price: float, currency: String, transactionId: String)
Log in-app purchase event. All parameters are mandatory.
Track any error events.
Set custom user's ID.
Set user's age.
Set user's gender. Use "m" for male and "f" for female.