Package com.launchdarkly.sdk.android
Interface IContextModifier
- All Known Implementing Classes:
AutoEnvContextModifier
,NoOpContextModifier
public interface IContextModifier
Modifies contexts when invoked.
-
Method Summary
Modifier and TypeMethodDescriptionmodifyContext
(LDContext context) Modifies the provided context and returns a resulting context.
-
Method Details
-
modifyContext
Modifies the provided context and returns a resulting context. May result in no changes at the discretion of the implementation.- Parameters:
context
- to be modified- Returns:
- another context that is the result of modification
-