FirebaseABTesting Framework Reference

Constants

The following constants are available globally.

  • The default experiment overflow policy, that is to discard the experiment with the oldest start time when users start the experiment on the web console.

    Declaration

    Swift

    let FIRDefaultExperimentOverflowPolicy: <<error type>>
  • Default event name for when an experiment is set.

    Declaration

    Swift

    let DefaultSetExperimentEventName: String
  • Default event name for when an experiment is activated.

    Declaration

    Swift

    let DefaultActivateExperimentEventName: String
  • Default event name for when an experiment is cleared.

    Declaration

    Swift

    let DefaultClearExperimentEventName: String
  • Default event name for when an experiment times out for being activated.

    Declaration

    Swift

    let DefaultTimeoutExperimentEventName: String
  • Default event name for when an experiment is expired as it reaches the end of TTL.

    Declaration

    Swift

    let DefaultExpireExperimentEventName: String