Could Flurry.onEvent be called between onStartSession and onEndSession? or could it be called “outside” of a session?
Could Flurry.onEvent be called between onStartSession and onEndSession? or could it be called outside
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It must be called “during” a session (that is, in between calls to
onStartSessionandonEndSession). Notice thatFlurryAgent.onEventdoes not take your Flurry ID as an argument, this is because it uses the same ID you provide when you callonStartSessionearlier.