FMX.Analytics.TCustomAnalytics.RemoveHooks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveHooks; virtual;

C++

virtual void __fastcall RemoveHooks();

Properties

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

Description

Stops the periodic timer, records a TAppActivity.AppExit event, persists any final data, and unregisters the IApplicationActivityListener from the AnalyticsManager of the application.

See Also