Skip to content

Update Java SDK Examples in API Reference Pages #295

@m-a-r-1912

Description

@m-a-r-1912

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions