System.Analytics.TAnalyticsManager.UnregisterActivityListener

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterActivityListener(const AListener: IApplicationActivityListener);

C++

void __fastcall UnregisterActivityListener(const _di_IApplicationActivityListener AListener);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Analytics.pas
System.Analytics.hpp
System.Analytics TAnalyticsManager

Description

Unregisters an activity listener.

The listener immediately stops receiving application activity notifications. The method also releases the reference to the listener from the TAnalyticsManager. If the listener was not previously registered, no action is taken.

See Also