public class EventFactory
extends java.lang.Object
LogEvent objects from a given UserEvent
This class serves to separate concerns between events in the SDK and the API used
to record the events via the Optimizely Events API.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_ENDPOINT |
| Constructor and Description |
|---|
EventFactory() |
| Modifier and Type | Method and Description |
|---|---|
static LogEvent |
createLogEvent(java.util.List<UserEvent> userEvents) |
static LogEvent |
createLogEvent(UserEvent userEvent) |
public static final java.lang.String EVENT_ENDPOINT