onProcessed

abstract fun onProcessed(event: AnalyticsEvent, result: Int, cause: Exception)

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

Parameters

event

reference to the event that was processed.

result

the result of the attempt

cause

reference to the underlying exception, if any