Package 

Class RumFlagEvaluationMessage

    • Method Summary

      Modifier and Type Method Description
      final String getFlagKey()
      final Object getValue()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RumFlagEvaluationMessage

        RumFlagEvaluationMessage(String flagKey, Object value)
        Parameters:
        flagKey - name of the flag.
        value - value of the flag.