Package 

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
      abstract void onAnalyticsError(@NonNull() Throwable error) This method will be called an IAnalyticsHandler encounters error in handling ananalytics event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait