Uses of Interface
io.unlaunch.UnlaunchClient
| Package | Description |
|---|---|
| io.unlaunch |
-
Uses of UnlaunchClient in io.unlaunch
Classes in io.unlaunch that implement UnlaunchClient Modifier and Type Class Description classOfflineUnlaunchClientOffline Unlaunch client which doesn't connect to the Unlauch server over network to download feature flags, nor does it sends any events or metrics data.Methods in io.unlaunch that return UnlaunchClient Modifier and Type Method Description UnlaunchClientUnlaunchClientBuilder. build()static UnlaunchClientUnlaunchClient. create()Create aUnlaunchClientwith the SDK key loaded from the UNLAUNCH_SDK_KEY environment variable.static UnlaunchClientUnlaunchClient. create(java.lang.String sdkKey)Constructs an instance of theUnlaunchClientusing the given SDK key.