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

Creates an instance of TAppAnalyticsCacheManager and TAppAnalyticsListener, and invokes the inherited method to register and configure it for this application.

See Also