Flurry.endTimedEvent

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2011.6
Class: Flurry

Description

Use this function to end timed event before app exits, otherwise timed events automatically end when app exits.

flurry.endTimedEvent(eventName,parameters)

When ending the timed event, a new event parameters table can be used to update event parameters. If you don't specify a new event parameters table, event parameters are kept the same.

Parameters

eventName: (string) the event name of end timed event
parameters: (table, optional) if specified, event paramaters updated for this event