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.Represents parameters associated with a feature flag evaluation.Contains methods for configuring delivery of analytics events.A Hook is a set of user-defined callbacks that are executed by the SDK at various points of interest.Metadata about the
Hook
implementation.Contains methods for configuring the SDK's 'hooks'.Contains methods for configuring the SDK's networking behavior.Represents parameters associated with calling identify.The result applies to a single identify operation.The status an identify operation completed with.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 withTestData
.A functional interface for use withTestData.FlagBuilder.variationFunc(VariationFunc)
orTestData.FlagBuilder.variationIndexFunc(VariationFunc)
.Represents parameters associated with tracking a custom event.