Constructor
new EventSubmitter(eventGateUri, enqueue, isDebugMode)
#
Parameters:
| Name | Type | Description |
|---|---|---|
eventGateUri |
string | |
enqueue |
function | |
isDebugMode |
boolean |
- Source:
Methods
onSubmitEvent(eventData)
#
Notifies the user that an event has been enqueued for submission if they have enabled
Parameters:
| Name | Type | Description |
|---|---|---|
eventData |
Object |
Notifies the user that an event has been enqueued for submission if they have enabled

