Package 

Interface ExperimentAnalyticsEvent

    • Method Summary

      Modifier and Type Method Description
      abstract String getName() The name of the event.
      abstract Map<String, String> getProperties() Properties for the analytics event.
      abstract Map<String, Object> getUserProperties() User properties to identify with the user prior to sending the event.
      abstract ExperimentUser getUser() The user exposed to the flag/experiment variant.
      abstract String getKey() The key of the flag/experiment that the user has been exposed to.
      abstract Variant getVariant() The variant of the flag/experiment that the user has been exposed to.
      abstract String getUserProperty() The user property for the flag/experiment (auto-generated from the key)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait