You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2021. It is now read-only.
mzyndul edited this page Nov 23, 2012
·
1 revision
Introduction
com.gaiaframework.utils.Tracking
Gaia has a simple Tracking class that allows you to call a Javascript function with any number of arguments. You can queue up any number of tracking events to be fired, and it separates each of these event calls by 500ms, which is a standard delay to ensure that no events are missed by Internet Explorer. It uses ExternalInterface to call the Javascript method.
Tracking is part of the utils package which is not compiled with Gaia, so you need to import it to use it.