Vcl.AppAnalytics
Contains the VCL implementation of AppAnalytics, a component that enables you to monitor user data from your VCL applications. For more information, see AppAnalytics Overview.
| Package | appanalytics.bpl |
|---|
Classes
| EAnalyticsInitializationFailed | This exception raises when AppAnalytics initialization fails. |
| EInvalidAnalyticsUsage | This exception raises when AppAnalytics is used incorrectly. |
| TAppAnalytics | TAppAnalytics is the AppAnalytics usage tracking and data collection component for VCL applications. |
Routines
| GetAppAnalytics | Returns the instance of AppAnalytics for the application. |
Types
| TAnalyticsOption | Available options to select the kind of data that AppAnalytics automatically collects. |
| TAnalyticsOptions | Set that includes the available options selected to define the AppAnalytics data collection. |
| TAnalyticsPrivacyMessageEvent | An event handler that is fired when the privacy message is shown to an end user on startup. |