Flurry.endTimedEvent

From GiderosMobile
Revision as of 14:03, 6 December 2019 by MoKaLux (talk | contribs)


Available since: Gideros 2011.6
Class: flurry

Description


Use this function to end timed event before app exists, otherwise timed events automatically end when app exists. 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.

 flurry.endTimedEvent(eventName,parameters)

Parameters

eventName: (string) The event name of end timed event.
parameters: (table, optional) If specified, event paramaters updated for this event.