DecisionNotification which provides notifications for Experiment, Feature
and Rollout decisions.@Deprecated
public final class ActivateNotification
extends java.lang.Object
| Constructor and Description |
|---|
ActivateNotification(Experiment experiment,
java.lang.String userId,
java.util.Map<java.lang.String,?> attributes,
Variation variation,
LogEvent event)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,?> |
getAttributes()
Deprecated.
|
LogEvent |
getEvent()
Deprecated.
|
Experiment |
getExperiment()
Deprecated.
|
java.lang.String |
getUserId()
Deprecated.
|
Variation |
getVariation()
Deprecated.
|
public ActivateNotification(Experiment experiment, java.lang.String userId, java.util.Map<java.lang.String,?> attributes, Variation variation, LogEvent event)
experiment - - The experiment object being activated.userId - - The userId passed into activate.attributes - - The filtered attribute list passed into activatevariation - - The variation that was returned from activate.event - - The impression event that was triggered.public Experiment getExperiment()
public java.lang.String getUserId()
public java.util.Map<java.lang.String,?> getAttributes()
public Variation getVariation()
@Deprecated public LogEvent getEvent()
NotificationHandler explicitly for LogEvent messages.
Optimizely.addLogEventNotificationHandler(NotificationHandler)