Package com.launchdarkly.sdk.android.integrations
package com.launchdarkly.sdk.android.integrations
This package contains integration tools for connecting the SDK to other software components, or
configuring how it connects to LaunchDarkly.
-
ClassDescriptionContains methods for configuring the SDK's application metadata.Contains methods for configuring delivery of analytics events.Contains methods for configuring the SDK's networking behavior.Contains methods for configuring the polling data source.Contains methods for configuring the SDK's service URIs.Contains methods for configuring the streaming data source.A mechanism for providing dynamically updatable feature flag state in a simplified form to an SDK client in test scenarios.A builder for feature flag configurations to be used with
TestData
.A functional interface for use withTestData.FlagBuilder.variationFunc(VariationFunc)
orTestData.FlagBuilder.variationIndexFunc(VariationFunc)
.