A/B test experiment decision result

Contains the decision result for an A/B test experiment including variation, reason, and parameters.

Constructors

Properties

Constructors

  • Parameters

    • variation: string
    • reason: DecisionReason
    • parameters: {
          [key: string]: string | number | boolean;
      }
      • [key: string]: string | number | boolean

    Returns ReactNativeDecision

Properties

variation: string

The assigned variation key (e.g., "A", "B")

reason: DecisionReason

The reason for the decision

parameters: {
    [key: string]: string | number | boolean;
}

Additional parameters associated with the decision