| Package | Description |
|---|---|
| com.flagsmith | |
| com.flagsmith.exceptions | |
| com.flagsmith.models |
| Modifier and Type | Method and Description |
|---|---|
Flags |
FlagsmithClient.getIdentityFlags(String identifier)
Get all the flags for the current environment for a given identity.
|
Flags |
FlagsmithClient.getIdentityFlags(String identifier,
Map<String,Object> traits)
Get all the flags for the current environment for a given identity.
|
List<Segment> |
FlagsmithClient.getIdentitySegments(String identifier)
Get a list of segments that the given identity is in.
|
List<Segment> |
FlagsmithClient.getIdentitySegments(String identifier,
Map<String,Object> traits)
Get a list of segments that the given identity is in.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlagsmithApiError |
| Modifier and Type | Method and Description |
|---|---|
Object |
Flags.getFeatureValue(String featureName)
Get the feature value, null if not present.
|
BaseFlag |
Flags.getFlag(String featureName)
Get the feature, null if not present.
|
Boolean |
Flags.isFeatureEnabled(String featureName)
is feature enabled, null if not present.
|
Copyright © 2022. All rights reserved.