Interface AnalyticsProvider

  • All Known Implementing Classes:
    GoogleAnalytics4Provider

    public interface AnalyticsProvider
    Interface for analytics providers.
    • Method Detail

      • sendEvent

        void sendEvent​(String eventName,
                       Date date,
                       Map<String,​String> params)
        Publish an event.
        Parameters:
        eventName - a name for the event
        date - an exact moment when the event occurred
        params - additional parameters for the event