Package 

Class EventSender

  • All Implemented Interfaces:
    com.batch.android.event.RetryTimer.RetryTimerListener

    
    public class EventSender
     implements RetryTimer.RetryTimerListener
                        

    Class that is responsible of sending events to server

    • Method Summary

      Modifier and Type Method Description
      void hasNewEvents() Inform the sender that new events are available to send
      void retry() Retry method called in the RetryTimer when a task is rescheduled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hasNewEvents

         void hasNewEvents()

        Inform the sender that new events are available to send

      • retry

         void retry()

        Retry method called in the RetryTimer when a task is rescheduled