isEnrolled

abstract suspend fun isEnrolled(): Boolean

Convenience method that checks if getCohort is not null

  • WARNING: This method does not check if the experiment is still enabled or not.

Return

true if the user is enrolled in the experiment and false otherwise