Enumerations

The following enumerations are available globally.

  • @enum ExperimentType @abstract This enumerated type is used to indicate the type of experiment that the ApptimizeTestInfo class refers to.

    See more

    Declaration

    Objective-C

    enum ExperimentType : NSInteger {}

    Swift

    enum ExperimentType : Int
  • @enum UnenrollmentReason @abstract This enumerated type is used to indicate why the user has been unenrolled from a given experiment.

    See more

    Declaration

    Objective-C

    enum UnenrollmentReason : NSInteger {}

    Swift

    enum UnenrollmentReason : Int