Loading...
Searching...
No Matches
juce::AnalyticsDestination Struct Referenceabstract

Detailed Description

An interface for handling analytics events collected by an Analytics object.

For basic analytics logging you can implement this interface and add your class to an Analytics object.

For more advanced logging you may want to subclass ThreadedAnalyticsDestination instead, which is more suitable for interacting with web servers and other time consuming destinations.

See also
Analytics, ThreadedAnalyticsDestination
Inheritance diagram for juce::AnalyticsDestination:

Classes

struct  AnalyticsEvent
 Contains information about an event to be logged. More...

Public Member Functions

 AnalyticsDestination ()=default
 Constructor.
virtual ~AnalyticsDestination ()=default
 Destructor.
virtual void logEvent (const AnalyticsEvent &event)=0
 When an AnalyticsDestination is added to an Analytics object this method is called when an analytics event is triggered from the Analytics object.

Constructors and Destructors

◆ AnalyticsDestination()

juce::AnalyticsDestination::AnalyticsDestination ( )
default

Constructor.

Referenced by logEvent().

◆ ~AnalyticsDestination()

virtual juce::AnalyticsDestination::~AnalyticsDestination ( )
virtualdefault

Destructor.

Member Functions

◆ logEvent()

virtual void juce::AnalyticsDestination::logEvent ( const AnalyticsEvent & event)
pure virtual

When an AnalyticsDestination is added to an Analytics object this method is called when an analytics event is triggered from the Analytics object.

Override this method to log the event information somewhere useful.

Implemented in juce::ThreadedAnalyticsDestination.

References AnalyticsDestination().

linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram