| Interface | Description |
|---|---|
| IAnalyticsMonitor |
The interface for the analytics monitor.
|
| IAnalyticsMonitorSettings | |
| IConnectivityStatusChangedListener | |
| ILogAnalyticsMonitor |
The Interface ILogAnalyticsMonitor.
|
| ILogAnalyticsMonitorListener |
The listener interface for receiving ILogAnalyticsMonitor events.
|
| ILookupCallback |
Interface to be implemented for receiving replies from the Lookup operation
|
| IStorage |
The IStorage interface.
|
| IVersionAvailableListener |
The listener interface for receiving VersionAvailable events.
|
| Class | Description |
|---|---|
| AnalyticsMonitorCapabilities |
Exposing the current capabilities of the analytics monitor instance that may
influence how the data you pass into the
|
| AnalyticsMonitorFacade | Deprecated
This class has been deprecated in favor of constructing IAnalyticsMonitor instances directly using the AnalyticsMonitorFactory
|
| AnalyticsMonitorFactory |
The factory for creating IAnalyticsMonitor instances.
|
| AnalyticsMonitorSettings |
The AnalyticsMonitorSettings class.
|
| AnalyticsMonitorStatus | |
| ConnectivityStatusChangedEventArgs |
Encapsulating the changes to connectivity
|
| FileStorage |
The default implementation of the IStorage interface for loading and saving monitor data to the file
system.
|
| LocationCoordinates |
Class encapsulating the Latitude and Longitude GPS coordinates
|
| LookupHandler | |
| LookupReply |
Encapsulates the reply received from a Lookup call
|
| SelfAnalytics | |
| StorageDataDescriptor |
Defines data to be stored from the monitor
|
| TimingScope |
Encapsulates a scope of a specific feature timing.
|
| UploadDataCoordinator | |
| Version |
Class encapsulating a version numbering in the format
major.minor.build.revision
|
| VersionAvailableEventArgs |
The Class VersionAvailableEventArgs.
|
| Enum | Description |
|---|---|
| ConnectivityStatus |
Enumeration for the currently known state of connectivity with the server
|
| StorageDataType |
Defines the types of data being stored by the
|