Flurry.logEvent

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Use this function to count the number of times certain events happen during a session of your applicat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description

Use this function to count the number of times certain events happen during a session of your application and to pass dynamic parameters
to be recorded with that event. Event parameters is optional and can be passed in as a table value. Your application is currently limited to counting
occurrences for 100 different event ids (maximum length 255 characters). Maximum of 10 event parameters per event is supported.

To start a timed event, pass `timed` parameter as `true`.

= flurry.logEvent(eventNameparameterstimed,)

'eventName: (string) The event name to be logged at Flurry service. '
'parameters: (table, optional) Optional paramaters to be recorted with this event. '
'timed: (boolean, optional) Specifies this is a timed event. '