What is the difference between FlurryAgent.logEvent and FlurryAgent.onEvent?
I could not find any documentation on these.
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.
onEvent is deprecated and you should use logEvent in its place. logEvent also introduced two new overridden methods to allow you to track timed events (not available for onEvent):
Start Edit
To end a timed event use:
End Edit
We will be improving our documentation in the near future so that it is easier to find the answers to these types of questions. Thanks for choosing Flurry.
R,
Anthony