RSDCohortRuleOperator

public enum RSDCohortRuleOperator : String, Codable

List of the rules to apply when navigating based on the currently applied cohorts.

  • all

    Require all the cohorts to match.

    Declaration

    Swift

    case all
  • any

    Require any of the cohorts to match.

    Declaration

    Swift

    case any