RandomSplitActivity class
Specifies the settings for a random split activity in a journey. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.
Constructors
-
RandomSplitActivity({List<
RandomSplitEntry> ? branches}) -
RandomSplitActivity.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
branches
→ List<
RandomSplitEntry> ? -
The paths for the activity, including the percentage of participants to
enter each path and the activity to perform for each path.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited