Class NoOpContextModifier

java.lang.Object
com.launchdarkly.sdk.android.NoOpContextModifier
All Implemented Interfaces:
IContextModifier

public class NoOpContextModifier extends Object implements IContextModifier
Context modifier that does nothing to the context.
  • Constructor Details

    • NoOpContextModifier

      public NoOpContextModifier()
  • Method Details

    • modifyContext

      public LDContext modifyContext(LDContext context)
      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 interface IContextModifier
      Parameters:
      context - to be modified
      Returns:
      another context that is the result of modification