public static final enum

Apptimize.UnenrollmentReason

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.apptimize.Apptimize.UnenrollmentReason

Class Overview

This enumerated type is used to indicate why the user has been unenrolled from a given experiment.

Summary

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

Enum Values

public static final Apptimize.UnenrollmentReason CUSTOMER_USER_ID_CHANGED

The user ID has been changed by calling the setCustomerUserId method.

public static final Apptimize.UnenrollmentReason EXPERIMENT_STOPPED

The experiment has been stopped in the dashboard.

public static final Apptimize.UnenrollmentReason EXPERIMENT_WINNER_SELECTED

The experiment has been stopped and a winner selected in the dashboard.

public static final 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.

public static final Apptimize.UnenrollmentReason REASON_UNKNOWN

The reason for unenrollment could not be determined.

public static final 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

public static Apptimize.UnenrollmentReason valueOf (String name)

public static final UnenrollmentReason[] values ()