| Interface and Description |
|---|
| com.optimizely.ab.notification.ActivateNotificationListenerInterface
along with
ActivateNotification and ActivateNotificationListener
and users should implement NotificationHandler<DecisionNotification> directly. |
| com.optimizely.ab.notification.NotificationListener
in favor of the
NotificationHandler interface. |
| com.optimizely.ab.notification.TrackNotificationListenerInterface
and users should implement NotificationHandler<TrackNotification> directly.
|
| Class and Description |
|---|
| com.optimizely.ab.notification.ActivateNotification
in favor of
DecisionNotification which provides notifications for Experiment, Feature
and Rollout decisions. |
| com.optimizely.ab.notification.ActivateNotificationListener
along with
ActivateNotification and users should implement
NotificationHandler<DecisionNotification> directly. |
| com.optimizely.ab.notification.TrackNotificationListener
and users should implement NotificationHandler<TrackNotification> directly.
|
| Enum and Description |
|---|
| com.optimizely.ab.event.internal.payload.EventBatch.ClientEngine |
| com.optimizely.ab.notification.NotificationCenter.NotificationType |
| Field and Description |
|---|
| com.optimizely.ab.event.internal.ClientEngineInfo.DEFAULT |
| com.optimizely.ab.event.internal.BuildVersionInfo.VERSION |
| Constructor and Description |
|---|
| com.optimizely.ab.Optimizely.Builder(String, EventHandler) |