Search code examples
androidflurry

Should Flurry.onEvent be called between onStartSession and onEndSession


Could Flurry.onEvent be called between onStartSession and onEndSession? or could it be called "outside" of a session?


Solution

  • It must be called "during" a session (that is, in between calls to onStartSession and onEndSession). Notice that FlurryAgent.onEvent does not take your Flurry ID as an argument, this is because it uses the same ID you provide when you call onStartSession earlier.