Uses of Class
io.split.client.api.SplitView
-
Packages that use SplitView Package Description io.split.client io.split.client.api -
-
Uses of SplitView in io.split.client
Methods in io.split.client that return SplitView Modifier and Type Method Description SplitViewLocalhostSplitManager. split(String featureFlagName)SplitViewSplitManager. split(String featureFlagName)Returns the feature flag registered with the SDK of this name.SplitViewSplitManagerImpl. split(String featureFlagName)Methods in io.split.client that return types with arguments of type SplitView Modifier and Type Method Description List<SplitView>LocalhostSplitManager. splits()List<SplitView>SplitManager. splits()Retrieves the feature flags that are currently registered with the SDK.List<SplitView>SplitManagerImpl. splits() -
Uses of SplitView in io.split.client.api
Methods in io.split.client.api that return SplitView Modifier and Type Method Description static SplitViewSplitView. fromParsedSplit(ParsedSplit parsedSplit)
-