Interface OnBeforeSendEventListener


  • public interface OnBeforeSendEventListener
    Interface definition for a callback to be invoked 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