System.Analytics.IApplicationActivityListener

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IApplicationActivityListener = interface

C++

__interface  INTERFACE_UUID("{A67DE237-F274-4028-AAC8-DA0BDA0D5D78}") IApplicationActivityListener  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Analytics.pas
System.Analytics.hpp
System.Analytics System.Analytics

Description

Interface that defines the structure to receive notifications of application activity.

The defined methods for tracking the application activity must not perform excessive data manipulation to avoid overloading the event processing sequence. The events should be stored in a temporary cache.

See Also