public class CreateEventsRequest extends Request
Modifier and Type | Field and Description |
---|---|
java.util.List<Event> |
events
The events to send in the request.
|
customData
Constructor and Description |
---|
CreateEventsRequest() |
CreateEventsRequest(Event evt) |
addCustomData
public final java.util.List<Event> events
public CreateEventsRequest()
public CreateEventsRequest(Event evt)
evt
- An event to add to the request. Can be of type ClickEvent
, AddToCartEvent
, PurchaseEvent
or CustomEvent
.