com.google.analytics.tracking.android
Class TrackedExpandableListActivity
java.lang.Object
ExpandableListActivity
com.google.analytics.tracking.android.TrackedExpandableListActivity
public class TrackedExpandableListActivity
- extends ExpandableListActivity
Extend this class instead of ExpandableListActivity to enable Google Analytics
Tracking. Note that for accurate application-level
tracking, all Activities in an application must either extend
one of the TrackedActivity classes (i.e. TrackedActivity,
TrackedListActivity, etc.) or call EasyTracker's activityStart and activityStop directly from
the Activity's onStart and onStop.
See EasyTracker
for more details.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackedExpandableListActivity
public TrackedExpandableListActivity()