See: Description
| Interface | Description |
|---|---|
| AnalyticsEvent |
Represents the any useful action you wish to record within your application
|
| EventClient |
EventClient is the entry point into the Amazon Mobile Analytics SDK where
AnalyticsEvent objects are created,
recorded, and submitted to the Amazon Mobile Analytics Service. |
| SessionClient |
SessionClient is the entry point into the Amazon Mobile Analytics SDK where sessions can be paused or resumed.
|
| Class | Description |
|---|---|
| AnalyticsCallback<T> |
The
AnalyticsCallback is an abstract class which allows you create subclasses that will handle the completion of certain tasks. |
| AnalyticsConfig |
The AnalyticsConfig class allows developers to configure out Amazon Mobile Analytics behaves.
|
| MobileAnalyticsManager |
MobileAnalyticsManager in the entry point to recording analytic events for your
application.
|
| Exception | Description |
|---|---|
| InitializationException |
An error which represents that MobileAnalyticsManager could not be initialized for any reason.
|
Primary classes for interacting with the AmazonMobileAnalytics connector for easily creating and recording app analytics
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.