Package backtraceio.library.events
Interface OnBeforeSendEventListener
-
public interface OnBeforeSendEventListenerInterface definition for a callback to be invoked before send report to Backtrace API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BacktraceDataonEvent(BacktraceData data)Event which will be executed before send report to Backtrace API
-
-
-
Method Detail
-
onEvent
BacktraceData onEvent(BacktraceData data)
Event which will be executed before send report to Backtrace API- Parameters:
data- data which will be send to Backtrace API- Returns:
- data which should be send to Backtrace API
-
-