| Package | Description |
|---|---|
| io.split.client | |
| io.split.client.api |
| Modifier and Type | Method and Description |
|---|---|
SplitView |
SplitManager.split(String featureName)
Returns the feature (or Split) registered with the SDK of this name.
|
SplitView |
LocalhostSplitManager.split(String featureName) |
SplitView |
SplitManagerImpl.split(String featureName) |
| Modifier and Type | Method and Description |
|---|---|
List<SplitView> |
SplitManager.splits()
Retrieves the features (or Splits) that are currently registered with the
SDK.
|
List<SplitView> |
LocalhostSplitManager.splits() |
List<SplitView> |
SplitManagerImpl.splits() |
| Modifier and Type | Method and Description |
|---|---|
static SplitView |
SplitView.fromParsedSplit(ParsedSplit parsedSplit) |
Copyright © 2021. All rights reserved.