Interface AnalyticsReporter


  • public interface AnalyticsReporter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start()
      Starts analytics reporting.
      void stop()
      Stops analytics reporting and releases potential resources held by the component.
    • Method Detail

      • start

        void start()
        Starts analytics reporting.
      • stop

        void stop()
        Stops analytics reporting and releases potential resources held by the component.