Class EventService
java.lang.Object
de.oliver.fancyanalytics.sdk.events.EventService
Provides services for managing events in a specified project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateEvent(String projectID, Event event) Asynchronously creates an event for a specified project.
-
Constructor Details
-
EventService
-
-
Method Details
-
createEvent
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.
-