Class TrackingQuery


  • public class TrackingQuery
    extends Query
    A query to track events
    • Constructor Summary

      Constructors 
      Constructor Description
      TrackingQuery​(android.content.Context context, java.util.List<Event> events)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JSONObject toJSON()
      Serialize this query to json
      Child would typicaly extends this method to provide extra data
      • Methods inherited from class java.lang.Object

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

      • TrackingQuery

        public TrackingQuery​(android.content.Context context,
                             java.util.List<Event> events)
        Parameters:
        context -
        events -