blakgeek / cordova-plugin-flurryanalytics

Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
23 stars 29 forks source link

Session - start/end the session on app moving to background #13

Open lakshaydulani opened 7 years ago

lakshaydulani commented 7 years ago

I need to count the user jumping to and fro to my app as a separate event.

I just checked Flurry docs over here, and it gives the method and listeners for start/end.

I just skimmed through the plugin's Android code, and I checked that there is no call to startSession in the init method.

Can you guys please let me know how the start/end session is implemented. If I understood Flurry's doc correctly, they consider termination of app as an end of the session.