-
public class TrackingQuery extends Query
A query to track events
-
-
Constructor Summary
Constructors Constructor Description TrackingQuery(Context context, List<Event> events)
-
Method Summary
Modifier and Type Method Description JSONObjecttoJSON()Serialize this query to jsonChild would typicaly extends this method to provide extra data -
-
Method Detail
-
toJSON
JSONObject toJSON()
Serialize this query to jsonChild would typicaly extends this method to provide extra data
-
-
-
-