Search code examples
loggingwindows-phone-8analyticsflurrytimed-events

What happens when FlurryWP8SDK.Api.EndTimedEvent isn't called?


What happens if FlurryWP8SDK.Api.LogEvent is called with a timed=true parameter but the FlurryWP8SDK.Api.EndTimedEvent is never called? Does the event still get logged without a time component?


Solution

  • If you do not end the timed event call, the timed event ends when the session is ended, i.e when the user quits the app.