Package 

Interface APIService

    • Method Summary

      Modifier and Type Method Description
      abstract Response<String> trackEvents(@Header(value = X-Api-Key) String key, @Body() List<Event> data)
      • Methods inherited from class java.lang.Object

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

      • trackEvents

        @Headers(value = {Content-Type: application/json})@POST(value = events/mobile) abstract Response<String> trackEvents(@Header(value = X-Api-Key) String key, @Body() List<Event> data)