We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe8f1e commit 76b9bd7Copy full SHA for 76b9bd7
2 files changed
src/Rokt-Kit.js
@@ -372,7 +372,7 @@ var constructor = function () {
372
373
// Kit Callback Methods
374
this.init = initForwarder;
375
- this.processEvent = processEvent;
+ this.process = processEvent;
376
this.setExtensionData = setExtensionData;
377
this.setUserAttribute = setUserAttribute;
378
this.onUserIdentified = onUserIdentified;
test/src/tests.js
@@ -1840,7 +1840,7 @@ describe('Rokt Forwarder', () => {
1840
1841
await waitForCondition(() => window.mParticle.Rokt.attachKitCalled);
1842
1843
- window.mParticle.forwarder.processEvent({
+ window.mParticle.forwarder.process({
1844
EventName: 'Video Watched',
1845
EventCategory: EventType.Other,
1846
EventDataType: MessageType.PageEvent,
0 commit comments