System.Analytics.TAnalyticsManager

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTAnalyticsManager

Delphi

TAnalyticsManager = class

C++

class PASCALIMPLEMENTATION TAnalyticsManager : public System::TObject

Properties

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

Description

Records application activities and dispatches notifications.

The TAnalyticsManager records application activities and dispatches notifications to one or more IApplicationActivityListener objects. An instance of this manager may be held by the application object of the framework.

See Also