docs
docs copied to clipboard
Update Java SDK Examples in API Reference Pages
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.
@m-a-r-1912 Assigned this to you!
Thanks, I've started working on this