public class RemoteConfigAudience extends JsonModel
| Modifier and Type | Field and Description |
|---|---|
RemoteConfigDependencies |
dependencies |
float |
min_score |
java.lang.String |
name |
java.util.Map<java.lang.String,java.lang.Object> |
params |
boolean |
requires_geolocation |
| Constructor and Description |
|---|
RemoteConfigAudience() |
RemoteConfigAudience(org.json.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getDistanceThreshold() |
public java.lang.String name
public float min_score
public boolean requires_geolocation
public RemoteConfigDependencies dependencies
public java.util.Map<java.lang.String,java.lang.Object> params