I want to use timed events in flurry. But i wonder is it has ability to set manually time for event. I need this to subtract the pause time from the event.
And if i start timed event (logEvent(String eventId, boolean timed)
) can i cancel this
event (for example is it not finished)?
How i understand if i don't call endTimedEvent(String eventId)
flurry will stop it himself and send it to flurry. I want to cancel event and don't send it flurry.