System.Analytics.AppAnalytics.TAppAnalyticsCacheManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTAppAnalyticsCacheManager

Delphi

TAppAnalyticsCacheManager = class(TInterfacedObject, IApplicationActivityCacheManager, IAppAnalyticsStartupDataRecorder)

C++

class PASCALIMPLEMENTATION TAppAnalyticsCacheManager : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
System.Analytics.AppAnalytics.pas
System.Analytics.AppAnalytics.hpp
System.Analytics.AppAnalytics System.Analytics.AppAnalytics

Description

Implementation of IApplicationActivityCacheManager.

The TAppAnalyticsCacheManager class stores application events in a temporary cache and uploads the data to a AppAnalytics server for analysis.

See Also