ActivateNotification and ActivateNotificationListener
and users should implement NotificationHandler<DecisionNotification> directly.@Deprecated
public interface ActivateNotificationListenerInterface
| Modifier and Type | Method and Description |
|---|---|
void |
onActivate(Experiment experiment,
java.lang.String userId,
java.util.Map<java.lang.String,?> attributes,
Variation variation,
LogEvent event)
Deprecated.
onActivate called when an activate was triggered
|
void onActivate(@Nonnull
Experiment experiment,
@Nonnull
java.lang.String userId,
@Nonnull
java.util.Map<java.lang.String,?> attributes,
@Nonnull
Variation variation,
@Nonnull
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.