public static interface Apptimize.OnTestEnrollmentChangedListener
Modifier and Type | Method and Description |
---|---|
void |
onEnrolledInTest(ApptimizeTestInfo testInfo)
Called when a user first becomes enrolled in a test.
|
void |
onUnenrolledInTest(ApptimizeTestInfo testInfo,
Apptimize.UnenrollmentReason reason)
Called when a user becomes unenrolled in a test.
|
void onEnrolledInTest(ApptimizeTestInfo testInfo)
testInfo
- The test info at the time of enrollment.
See ApptimizeTestInfo
void onUnenrolledInTest(ApptimizeTestInfo testInfo, Apptimize.UnenrollmentReason reason)
testInfo
- The test info just before the user became unenrolled.
See ApptimizeTestInfo
reason
- The reason for unenrollment.
See Apptimize.UnenrollmentReason