Interface TrackerWebserviceListener


  • public interface TrackerWebserviceListener
    Listener for the tracker webservice
    • Method Detail

      • onSuccess

        void onSuccess​(java.util.List<Event> events)
        Called when a request succeed
        Parameters:
        events - event successfully sent
      • onFailure

        void onFailure​(FailReason reason,
                       java.util.List<Event> events)
        Called when a request fail
        Parameters:
        reason - reason of the failure
        events - event not sent
      • onFinish

        void onFinish()
        Called when the webservice finish, on failure or on success