You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core-api/src/main/java/com/optimizely/ab/Optimizely.java
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1468,6 +1468,15 @@ public ODPManager getODPManager() {
1468
1468
returnodpManager;
1469
1469
}
1470
1470
1471
+
1472
+
/**
1473
+
* Send an event to the ODP server.
1474
+
*
1475
+
* @param type the event type (default = "fullstack").
1476
+
* @param action the event action name.
1477
+
* @param identifiers a dictionary for identifiers. The caller must provide at least one key-value pair unless non-empty common identifiers have been set already with {@link ODPManager.Builder#withUserCommonIdentifiers(Map) }.
1478
+
* @param data a dictionary for associated data. The default event data will be added to this data before sending to the ODP server.
0 commit comments