API:FMX.Analytics.AppAnalytics.TAppAnalytics.InstallHooks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InstallHooks; override;

C++

virtual void __fastcall InstallHooks();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Analytics.AppAnalytics.pas
FMX.Analytics.AppAnalytics.hpp
FMX.Analytics.AppAnalytics TAppAnalytics

Description

Configures the data cache and options of the IApplicationActivityListener and registers it with the AnalyticsManager of the application.

FMX.Analytics.AppAnalytics.TAppAnalytics.InstallHooks inherits from FMX.Analytics.TCustomAnalytics.InstallHooks. All content below this line refers to FMX.Analytics.TCustomAnalytics.InstallHooks.

Configures the data cache and options of the IApplicationActivityListener and registers it with the AnalyticsManager of the application.

The InstallHooks method also configures a periodic timer for persisting the data cache.

See Also