Package com.launchdarkly.sdk.android


package com.launchdarkly.sdk.android
Main package for the LaunchDarkly Android SDK, containing the client and configuration classes.

You will most often use LDClient (the SDK client) and LDConfig (configuration options for the client).

Other commonly used types such as LDContext are in the com.launchdarkly.sdk package, since those are not Android-specific and are shared with the LaunchDarkly Java server-side SDK.