RSDCohortNavigationStep
public protocol RSDCohortNavigationStep : RSDStep
A cohort navigation step is a step that carries information about navigation rules to apply either before or after displaying this step based on the currently applied cohorts.
-
The navigation cohort rules to apply before displaying the step.
Declaration
Swift
var beforeCohortRules: [RSDCohortNavigationRule]? { get }
-
The navigation cohort rules to apply after displaying the step.
Declaration
Swift
var afterCohortRules: [RSDCohortNavigationRule]? { get }