Interface RandomSplitActivity.Builder

    • Method Detail

      • branches

        RandomSplitActivity.Builder branches​(Collection<RandomSplitEntry> branches)

        The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.

        Parameters:
        branches - The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • branches

        RandomSplitActivity.Builder branches​(RandomSplitEntry... branches)

        The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.

        Parameters:
        branches - The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.