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
Several of the Java SDK examples in the API Reference documentation aren't correct according to the current SDK code.
For instance, the Trigger Event doc has a Java example in which triggerEvent(event) accepts a HashMap as its argument. However, in the current SDK code, the triggerEvent(event) method actually requires a TriggerEventRequest as its parameter.
There are similar discrepancies in the other doc pages.
These examples should be updated to reflect how to use the current Java SDK.
The text was updated successfully, but these errors were encountered:
Several of the Java SDK examples in the API Reference documentation aren't correct according to the current SDK code.
For instance, the Trigger Event doc has a Java example in which
triggerEvent(event)
accepts a HashMap as its argument. However, in the current SDK code, thetriggerEvent(event)
method actually requires aTriggerEventRequest
as its parameter.There are similar discrepancies in the other doc pages.
These examples should be updated to reflect how to use the current Java SDK.
The text was updated successfully, but these errors were encountered: