public static interface

Apptimize.OnExperimentsProcessedListener

com.apptimize.Apptimize.OnExperimentsProcessedListener

Class Overview

Interface definition for a callback to be invoked when an Apptimize A/B experiment configuration is recalculated. The enrolled tests may or may not have changed. The dynamic variable values may or may not have changed. This happens at various times:

  • new information from server
  • device properties or custom attributes changed
  • and a few other cases
This callback method will always be called on the main thread.

Summary

Public Methods
abstract void onExperimentsProcessed()
Called when an Apptimize A/B experiment configuration is recalculated.*

Public Methods

public abstract void onExperimentsProcessed ()

Called when an Apptimize A/B experiment configuration is recalculated.*