java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.apptimize.Apptimize.UnenrollmentReason |
This enumerated type is used to indicate why the user has been unenrolled from a given experiment.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Apptimize.UnenrollmentReason | CUSTOMER_USER_ID_CHANGED | The user ID has been changed by calling the setCustomerUserId method. | |||||||||
Apptimize.UnenrollmentReason | EXPERIMENT_STOPPED | The experiment has been stopped in the dashboard. | |||||||||
Apptimize.UnenrollmentReason | EXPERIMENT_WINNER_SELECTED | The experiment has been stopped and a winner selected in the dashboard. | |||||||||
Apptimize.UnenrollmentReason | OTHER | The user is no longer enrolled in the experiment for some other reason, such as a change in the device or custom properties. | |||||||||
Apptimize.UnenrollmentReason | REASON_UNKNOWN | The reason for unenrollment could not be determined. | |||||||||
Apptimize.UnenrollmentReason | VARIANT_CHANGED | The variant that the user has been enrolled in has changed, therefore the user has been unenrolled from the old variant. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Apptimize.UnenrollmentReason | valueOf(String name) | ||||||||||
final static UnenrollmentReason[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The user ID has been changed by calling the setCustomerUserId method.
The experiment has been stopped in the dashboard.
The experiment has been stopped and a winner selected in the dashboard.
The user is no longer enrolled in the experiment for some other reason, such as a change in the device or custom properties.
The reason for unenrollment could not be determined.
The variant that the user has been enrolled in has changed, therefore the user has been unenrolled from the old variant.