LaunchDarkly Dotnet Client SDK
Search Results for

    Show / Hide Table of Contents

    Namespace LaunchDarkly.Sdk.Client

    Namespaces

    LaunchDarkly.Sdk.Client.Integrations

    LaunchDarkly.Sdk.Client.Interfaces

    LaunchDarkly.Sdk.Client.Subsystems

    Classes

    Components

    Provides configurable factories for the standard implementations of LaunchDarkly component interfaces.

    Configuration

    Configuration options for LdClient.

    ConfigurationBuilder

    A mutable object that uses the Builder pattern to specify properties for a Configuration object.

    DataModel

    Contains information about the internal data model for feature flag state.

    DataModel.FeatureFlag

    Represents the state of a feature flag evaluation received from LaunchDarkly.

    ILdClientExtensions

    Convenience methods that extend the ILdClient interface.

    LdClient

    A client for the LaunchDarkly API. Client instances are thread-safe. Your application should instantiate a single LdClient for the lifetime of their application.

    Resource

    Resource.Animation

    Resource.Animator

    Resource.Attribute

    Resource.Boolean

    Resource.Color

    Resource.Dimension

    Resource.Drawable

    Resource.Id

    Resource.Integer

    Resource.Interpolator

    Resource.Layout

    Resource.Plurals

    Resource.String

    Resource.Style

    Resource.Styleable

    Resource.Xml

    Enums

    ConfigurationBuilder.AutoEnvAttributes

    Enable / disable options for Auto Environment Attributes functionality. When enabled, the SDK will automatically provide data about the environment where the application is running. This data makes it simpler to target your mobile customers based on application name or version, or on device characteristics including manufacturer, model, operating system, locale, and so on. We recommend enabling this when you configure the SDK. See our documentation for more details. For example, consider a “dark mode” feature being added to an app. Versions 10 through 14 contain early, incomplete versions of the feature. These versions are available to all customers, but the “dark mode” feature is only enabled for testers. With version 15, the feature is considered complete. With Auto Environment Attributes enabled, you can use targeting rules to enable "dark mode" for all customers who are using version 15 or greater, and ensure that customers on previous versions don't use the earlier, unfinished version of the feature.

    In this article
    Back to top Generated by DocFX