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
let flagValue = client.getBooleanValue(key: "boolFlag", defaultValue: false)
87
+
...
88
+
}
92
89
```
93
90
94
-
Setting a new provider or setting a new evaluation context might trigger asynchronous operations (e.g. fetching flag evaluations from the backend and store them in a local cache). It's advised to not interact with the OpenFeature client until the `ProviderReady` event has been sent (see [Eventing](#eventing) below).
95
-
96
91
## 🌟 Features
97
92
98
93
@@ -118,9 +113,11 @@ If the provider you're looking for hasn't been created yet, see the [develop a p
118
113
Once you've added a provider as a dependency, it can be registered with OpenFeature like this:
> Asynchronous API that doesn't wait is also available
120
+
124
121
### Targeting
125
122
126
123
Sometimes, the value of a flag must consider some dynamic criteria about the application or user, such as the user's location, IP, email address, or the server's location.
0 commit comments