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 class
OfflineUnlaunchClient
Offline 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 UnlaunchClient
UnlaunchClientBuilder. build()
static UnlaunchClient
UnlaunchClient. create()
Create aUnlaunchClient
with the SDK key loaded from the UNLAUNCH_SDK_KEY environment variable.static UnlaunchClient
UnlaunchClient. create(java.lang.String sdkKey)
Constructs an instance of theUnlaunchClient
using the given SDK key.