Package 

Interface IAnalyticsHandler.ProcessListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onProcessed(@NonNull() AnalyticsEvent event, int result, @Nullable() Exception cause) This method will be called by the DefaultAnalyticsHandler attempting to processan AnalyticsEvent.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onProcessed

         abstract void onProcessed(@NonNull() AnalyticsEvent event, int result, @Nullable() Exception cause)

        This method will be called by the DefaultAnalyticsHandler attempting to processan AnalyticsEvent.

        Parameters:
        event - reference to the event that was processed.
        result - the result of the attempt
        cause - reference to the underlying exception, if any