Class EventProviderImpl

    • Constructor Summary

      Constructors 
      Constructor and Description
      EventProviderImpl(OkHttpClient client, java.lang.String baseUrl, Gson gson) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      <any> track(Event body)
      Track
      <any> trackBatch(java.util.List<Event> body)
      Track Batch
      • Methods inherited from class java.lang.Object

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

      • EventProviderImpl

        public EventProviderImpl(OkHttpClient client,
                                 java.lang.String baseUrl,
                                 Gson gson)
    • Method Detail

      • track

        public <any> track(Event body)
        Description copied from interface: EventProvider
        Track
        Specified by:
        track in interface EventProvider
        Parameters:
        body - (optional)
        Returns:
        Call<Void>
      • trackBatch

        public <any> trackBatch(java.util.List<Event> body)
        Description copied from interface: EventProvider
        Track Batch
        Specified by:
        trackBatch in interface EventProvider
        Parameters:
        body - (optional)
        Returns:
        Call<Void>