You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ✅ |[Hooks](#hooks)| Add functionality to various stages of the flag evaluation life-cycle. |
118
118
| ✅ |[Tracking](#tracking)| Associate user actions with feature flag evaluations. |
119
119
| ✅ |[Logging](#logging)| Integrate with popular logging packages. |
120
-
|❌|[Domains](#domains)| Logically bind clients with providers. |
120
+
|⚠️|[Domains](#domains)| Logically bind clients with providers. |
121
121
| ✅ |[Eventing](#eventing)| React to state changes in the provider or flag management system. |
122
122
| ✅ |[Shutdown](#shutdown)| Gracefully clean up a provider during application shutdown. |
123
123
| ✅ |[Extending](#extending)| Extend OpenFeature with custom providers and hooks. |
@@ -350,8 +350,8 @@ client.getBooleanValue(
350
350
351
351
### Domains
352
352
353
-
Domains allow you to logically bind clients with providers.
354
-
Support for domains is not yet available in the Kotlin SDK.
353
+
[Domains](https://openfeature.dev/docs/reference/concepts/domain) allow you to logically bind clients with providers, enabling multiple provider configurations within the same application.
0 commit comments