FMX.Analytics.AppAnalytics.TAppAnalytics.RemoveHooks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveHooks; override;

C++

virtual void __fastcall RemoveHooks();

Properties

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

Description

Calls the inherited method to close down the collection of data and flush the cache.

RemoveHooks clears the local references to the TAppAnalyticsListener and TAppAnalyticsCacheManager.

See Also