Package 

Interface OnSendCallback


  • 
    public interface OnSendCallback
    
                        

    A callback to be invoked before an Event is uploaded to a server. Similar to OnErrorCallback, an OnSendCallback may modify the Event contents or even reject the entire payload by returning false.

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean onSend(Event event)
      • Methods inherited from class java.lang.Object

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