Package com.launchdarkly.sdk.android
Class NoOpContextModifier
java.lang.Object
com.launchdarkly.sdk.android.NoOpContextModifier
- All Implemented Interfaces:
IContextModifier
Context modifier that does nothing to the context.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmodifyContext
(LDContext context) Modifies the provided context and returns a resulting context.
-
Constructor Details
-
NoOpContextModifier
public NoOpContextModifier()
-
-
Method Details
-
modifyContext
Description copied from interface:IContextModifier
Modifies the provided context and returns a resulting context. May result in no changes at the discretion of the implementation.- Specified by:
modifyContext
in interfaceIContextModifier
- Parameters:
context
- to be modified- Returns:
- another context that is the result of modification
-