RuleType

sealed class RuleType

An enumerated type that determines how the evaluated rules are processed. RuleType can be one of the following:

ATLEAST - At least N routing controls must be set. You specify N as the Threshold in the rule configuration.

AND - All routing controls must be set. This is a shortcut for "At least N," where N is the total number of controls in the rule.

OR - Any control must be set. This is a shortcut for "At least N," where N is 1.

Inheritors

Types

Link copied to clipboard
object And : RuleType
Link copied to clipboard
object Atleast : RuleType
Link copied to clipboard
object Companion
Link copied to clipboard
object Or : RuleType
Link copied to clipboard
data class SdkUnknown(val value: String) : RuleType

Properties

Link copied to clipboard
abstract val value: String