public class Audience
extends java.lang.Object
| Constructor and Description |
|---|
Audience() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(java.util.Map<java.lang.String,java.lang.String> userAttributes,
com.google.gson.JsonObject allocation)
Determines whether on not to filter the user based upon the supplied user
attributes and allocation.
|
public boolean filter(java.util.Map<java.lang.String,java.lang.String> userAttributes,
com.google.gson.JsonObject allocation)
userAttributes - map representing attributes that represent the participantallocation - allocation containing the participant's treatment(s)