FMX.Analytics.TCustomAnalytics.GetListener

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetListener: IApplicationActivityListener; virtual; abstract;

C++

virtual System::Analytics::_di_IApplicationActivityListener __fastcall GetListener() = 0 ;

Properties

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

Description

Returns an interface reference to an object that implements the IApplicationActivityListener interface.

The returned listener is registered with the AnalyticsManager of the application for receiving notifications or application activities. This method is used as the property getter for the Listener property.

See Also