Class EventService

java.lang.Object
de.oliver.fancyanalytics.sdk.events.EventService

public class EventService extends Object
Provides services for managing events in a specified project.
  • Constructor Details

    • EventService

      public EventService(ApiClient apiClient)
  • Method Details

    • createEvent

      public Future<Boolean> createEvent(String projectID, Event event)
      Asynchronously creates an event for a specified project.
      Parameters:
      projectID - The ID of the project to which the event belongs.
      event - The event object containing event details to be created.
      Returns:
      A Future containing a Boolean value indicating the success of the event creation.