diff --git a/docs/0.x/compose/index.html b/docs/0.x/compose/index.html index 536508d..3ccc48b 100644 --- a/docs/0.x/compose/index.html +++ b/docs/0.x/compose/index.html @@ -85,7 +85,7 @@
Acquire a State of flag that updates according to the underlying flag's value. The initial value of the returned state will be the flag's current value.
Get the current value for flag as T from store. This function will return null if this FeatureFlagManagerMixin does not handle flag.
Get the current value of flag.
The default option to be assumed when no backing value is present.
Return a Flow which emits updates to a Boolean value associated with key if present. When no value is present for key, the returned flow will emit default. The returned flow initially emits the value at the time of collection, and will emit again on each subsequent update for key.
Get the current value of flag.
Return a Flow which emits updates to a Boolean value associated with key if present. When no value is present for key, the returned flow will emit default. The returned flow initially emits the value at the time of collection, and will emit again on each subsequent update for key.
Observes values for flag as Flow
Create an EnvironmentVariableFeatureFlagDataStore which reads from the environment. If strictlyTyped is true, this store will throw exceptions when the raw string value of the environment variable cannot be coerced to a specific type. Otherwise, this store will return the default value.
A temporary, experimental shim to allow iOS consumers of Monarch to wire their own LDClient as a data store using LaunchDarklyClientShim.asFeatureFlagDataStore. This interface will be removed in future versions of this library when future, first-party support of LaunchDarkly is available.
Represent this LaunchDarklyClientShim as an ObservableFeatureFlagDataStore.
Unregister all observers scoped to owner.
Unregister all observers scoped to owner.
A marker object used in LaunchDarklyClientShim.observe and LaunchDarklyClientShim.stopObserving.
Represent this LDClientInterface as an ObservableFeatureFlagDataStore.
Represent this LaunchDarklyClientShim as an ObservableFeatureFlagDataStore.
Represent this LDClientInterface as an ObservableFeatureFlagDataStore.
A temporary, experimental shim to allow iOS consumers of Monarch to wire their own LDClient as a data store using LaunchDarklyClientShim.asFeatureFlagDataStore. This interface will be removed in future versions of this library when future, first-party support of LaunchDarkly is available.
Represent this LDClientInterface as an ObservableFeatureFlagDataStore.
A marker object used in LaunchDarklyClientShim.observe and LaunchDarklyClientShim.stopObserving.
Represent this LDClientInterface as an ObservableFeatureFlagDataStore.
Represent this LaunchDarklyClientShim as an ObservableFeatureFlagDataStore.