ApptimizeUnenrollmentReason enum
This enumerated type is used to indicate why the user has been unenrolled from a given experiment.
Values
- ExperimentStopped → const ApptimizeUnenrollmentReason
-
The experiment has been stopped in the dashboard.
- ExperimentWinnerSelected → const ApptimizeUnenrollmentReason
-
The experiment has been stopped and a winner selected in the dashboard.
- VariantChanged → const ApptimizeUnenrollmentReason
-
The variant that the user has been enrolled in has changed, therefore the user has been unenrolled from the old variant.
- UserIdChanged → const ApptimizeUnenrollmentReason
-
The user id has been changed by calling the setUserId method.
- Other → const ApptimizeUnenrollmentReason
-
The user is no longer enrolled in the experiment for some other reason, such as a change in the device or custom properties.
- Unknown → const ApptimizeUnenrollmentReason
-
The reason for unenrollment could not be determined.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ApptimizeUnenrollmentReason> - A constant List of the values in this enum, in order of their declaration.