docs icon indicating copy to clipboard operation
docs copied to clipboard

Update Java SDK Examples in API Reference Pages

Open m-a-r-1912 opened this issue 2 years ago • 2 comments

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 avatar Oct 26 '23 00:10 m-a-r-1912

@m-a-r-1912 Assigned this to you!

jainpawan21 avatar Oct 26 '23 05:10 jainpawan21

Thanks, I've started working on this

m-a-r-1912 avatar Oct 29 '23 19:10 m-a-r-1912