Package 

Interface Tracker


  • 
    public interface Tracker
    
                        

    Defines a Tracker. An implementation should allow tracking of TrackingEvent.

    • Method Summary

      Modifier and Type Method Description
      abstract Timeline getTimeline() Returns the Timeline.
      abstract void track(@NonNull() List<TrackingEvent> trackingEvents) Tracks the given TrackingEvent.
      • Methods inherited from class java.lang.Object

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