activateTargetingRule

abstract fun activateTargetingRule(targetingRule: TargetingRule)

Start the targeting workflow with the given rule. This will start a periodic check every 30 seconds to verify the availability of a respondent for the given rule and targeting language. The result of this check is notified through the TargetingListener.

Parameters

targetingRule

The targeting rule to activate.

See also