NavigationOption

sealed class NavigationOption

Option class for the targeting rule behavior when the visitor navigates to a new screen.

ClearActiveRule: The active targeting rule is deactivated. KeepActiveRule: The active targeting rule is kept active. ActivateNewRule(targetingRuleId: UUID): Activate a new targeting rule.

Inheritors

Types

Link copied to clipboard

The active targeting rule will be deactivated and a new targeting rule is activated instead.

Link copied to clipboard

The active targeting rule will be deactivated.

Link copied to clipboard

The active targeting rule is kept active.