Interface IAnalyticsErrorListener


public interface IAnalyticsErrorListener
Contract of the listener that can receive error notifications from the analytics client.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be called an IAnalyticsHandler encounters error in handling an analytics event.
  • Method Details

    • onAnalyticsError

      void onAnalyticsError(@NonNull Throwable error)
      This method will be called an IAnalyticsHandler encounters error in handling an analytics event.
      Parameters:
      error - the error.