Titanium.Analytics.addEvent

Function of Titanium.Analytics.
Platform Since
Android 0.1
iPhone 0.1
iPad 0.1
Mobile Web 1.8

Summary

send a generic event for the application session

Arguments

Name Type Summary
type String

the event type

name String

the event name

data Object

event data or null if not specified. the object must be serializable as JSON

Return Type

void