-
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. -
-
Method Detail
-
onAnalyticsError
abstract void onAnalyticsError(@NonNull() Throwable error)
This method will be called an IAnalyticsHandler encounters error in handling ananalytics event.
- Parameters:
error
- the error.
-
-
-
-