growthbook / growthbook-sdk-java

The Java SDK for GrowthBook (JVM, Android)
https://docs.growthbook.io/lib/java
MIT License
7 stars 10 forks source link

Public methods, Java docs #9

Closed tinahollygb closed 1 year ago

tinahollygb commented 1 year ago

Adds additional public helper methods for the GrowthBook SDK, e.g. isOn, isOff, evaluateCondition.

Adds support for getting a value from a non-primitive object via 2 return type approaches:

Changed the package organization to include an internal package where the public classes that are used internally are. This is that there is no confusion to the developers about whether they should use them or not (it is assumed they would see internal and realize they should not be using it).

Java Doc

It should be more clear which methods users should be reading and using in the Java doc.

image image image