FMX.Analytics.TCustomAnalytics.InstallHooks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InstallHooks; virtual;

C++

virtual void __fastcall InstallHooks();

Properties

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

Description

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