Difference between revisions of "Flurry.endTimedEvent"
From GiderosMobile
|  (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Use this function to end timed event before app exists, otherwise timed events automatically en...") | |||
| Line 7: | Line 7: | ||
| <br /> | <br /> | ||
| <source lang="lua"> | <source lang="lua"> | ||
| − | + |  flurry.endTimedEvent(eventName,parameters) | |
| </source> | </source> | ||
| − | '''eventName | + | '''eventName''': (string) The event name of end timed event. ''''''<br/> | 
| − | '''parameters | + | '''parameters''': (table, optional) If specified, event paramaters updated for this event. ''''''<br/> | 
Revision as of 10:20, 23 August 2018
Available since: Gideros 2011.6
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)
'eventName: (string) The event name of end timed event. '
'parameters: (table, optional) If specified, event paramaters updated for this event. '
