Interface IAnalyticsErrorListener


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

      • onAnalyticsError

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