Difference between revisions of "Flurry.endTimedEvent"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2011.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Use this function to end timed event before app exists, otherwise timed events automatically end when app exists. When ending the timed event, <br />
 
Use this function to end timed event before app exists, otherwise timed events automatically end when app exists. When ending the timed event, <br />
Line 9: Line 9:
 
  flurry.endTimedEvent(eventName,parameters)
 
  flurry.endTimedEvent(eventName,parameters)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''eventName''': (string) <translate>The event name of end timed event.</translate> <br/>
 
'''eventName''': (string) <translate>The event name of end timed event.</translate> <br/>
 
'''parameters''': (table, optional) <translate>If specified, event paramaters updated for this event.</translate> <br/>
 
'''parameters''': (table, optional) <translate>If specified, event paramaters updated for this event.</translate> <br/>

Revision as of 08:28, 24 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)

Parameters

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