implementation"com.configcat:configcat-java-client:8.+" 2. Go to theConfigCat Dashboardto get yourSDK Key: 3. Importcom.configcat.* in your application code 4. Create aConfigCatclient instance ConfigCatClientclient=ConfigCatClient.get("#YOUR-SDK-KEY#"); ...
configcat/java-sdkPublic NotificationsYou must be signed in to change notification settings Fork6 Star20 Code Issues1 Pull requests Actions Security Insights Additional navigation options New issue Closed Description z4kn4fein z4kn4fein self-assigned this ...
let client = ConfigCatClient.get(sdkKey: "#YOUR-SDK-KEY#")4. Get your setting valueSwift Objective-C client.getValue(for: "isMyAwesomeFeatureEnabled", defaultValue: false) { isMyAwesomeFeatureEnabled in if isMyAwesomeFeatureEnabled { doTheNewThing() } else { doTheOldThing() }}// ...
Open source SDKs with getting started guides and detailed documentation to ensure easy integration of the feature flag service. JavaScript Node.js Angular React Vue.js Chromium Extension Deno .NET Java Go PHP Laravel Python Ruby Android iOS macOS Flutter Kotlin Multiplatform React Native Elixir C++ ...
# CONFIG_SDK is not set # CONFIG_MAKE_TOOLCHAIN is not set # CONFIG_IMAGEOPT is not set # CONFIG_PREINITOPT is not set CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y CONFIG_TARGET_PREINIT_TIMEOUT=2 # CONFIG_TARGET_PREINIT_SHOW_NETMSG is not set # CONFIG_TARGET_PREINIT_SUPPRESS_FAILSA...
ConfigCat SDK for Android. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Man… Java133 Repositories .net-sdkPublic ConfigCat SDK for .NET. ConfigCat is a hosted feature flag...
SDKVersion .NET>=v9.0.0 JS>=v9.0.0 JS SSR>=v8.0.0 React>=v4.0.0 Node>=v11.0.0 Python>=v9.0.3 Go>=v9.0.0 C++>=v4.0.0 Dart>=v4.0.0 Elixir>=v4.0.0 Java>=v9.0.0 Android>=v10.0.0 Kotlin>=v3.0.0 PHP 8.1+>=v9.0.0 ...