Interface AnalyticsReporter


public interface AnalyticsReporter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts analytics reporting.
    void
    Stops analytics reporting and releases potential resources held by the component.
  • Method Details

    • start

      void start()
      Starts analytics reporting.
    • stop

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