public static interface Apptimize.OnExperimentsProcessedListener
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.